Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AJC warning incorrect classpath: ... org.springframework.roo.annotations-2.0.0.BUILD-SNAPSHOT.pom #27

Closed
pcolot01 opened this issue Apr 27, 2017 · 1 comment

Comments

@pcolot01
Copy link
Contributor

pcolot01 commented Apr 27, 2017

Pom dependencies like

<dependencyManagement>
	<dependencies>

		<!-- Spring Roo annotations -->
		<dependency>
			<groupId>org.springframework.roo</groupId>
			<artifactId>org.springframework.roo.annotations</artifactId>
			<version>${roo.version}</version>
			<type>pom</type>
			<scope>provided</scope>
		</dependency>

are integrated in the classpath delegation as the artefact org.springframework.roo.annotations-2.0.0.BUILD-SNAPSHOT.pom associated to their dependencies. The ajc compiler is not able to able the pom dependency and is generating the warning incorrect classpath.

Pull request proposal : #28

@davidkarlsen davidkarlsen added this to the aspectj-maven-plugin 1.11 milestone Jan 8, 2018
@davidkarlsen
Copy link
Member

Fixed in d9c1092

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants