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

aii mvn project warnings #254

Open
stdweird opened this issue Mar 1, 2017 · 2 comments
Open

aii mvn project warnings #254

stdweird opened this issue Mar 1, 2017 · 2 comments

Comments

@stdweird
Copy link
Member

stdweird commented Mar 1, 2017

i'm clueless what this is about or if this even harmfull

[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.quattor.maven:pxelinux:pom:17.2.0-rc3-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.quattor.maven:pxelinux:17.2.0-rc3-SNAPSHOT (/home/stdweird/git/quattor/aii/aii-pxelinux/pom.xml) points at 
org.quattor:aii instead of org.quattor.maven:build-profile, please verify your project structure @ line 9, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.quattor.maven:server:pom:17.2.0-rc3-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.quattor.maven:server:17.2.0-rc3-SNAPSHOT (/home/stdweird/git/quattor/aii/aii-core/pom.xml) points at org.quattor:aii instead of org.quattor.maven:build-profile, please verify your project structure @ line 9, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.quattor.maven:dhcp:pom:17.2.0-rc3-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.quattor.maven:dhcp:17.2.0-rc3-SNAPSHOT (/home/stdweird/git/quattor/aii/aii-dhcp/pom.xml) points at org.quattor:aii instead of org.quattor.maven:build-profile, please verify your project structure @ line 9, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.quattor.maven:ks:pom:17.2.0-rc3-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.quattor.maven:ks:17.2.0-rc3-SNAPSHOT (/home/stdweird/git/quattor/aii/aii-ks/pom.xml) points at org.quattor:aii instead of org.quattor.maven:build-profile, please verify your project structure @ line 9, column 11
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 

@stdweird stdweird added this to the 17.3 milestone Mar 1, 2017
@jouvin
Copy link
Contributor

jouvin commented Mar 1, 2017

I missed that in my recent tests... I'll try to look at it. I'd say this is harmless but not clean... In general our pom.xml are far from perfect (I'm not sure what a perfect pom.xml looks like) but in particular they tend to unnecessarily duplicate things when they want to add an item in an item group (like a new directory) to take into account. This seems especially true with AII. It seems that the existence of the override.* attributes has been overlooked... But this problem is probably differen.

@jrha jrha removed this from the 17.3 milestone Mar 22, 2017
@jrha
Copy link
Member

jrha commented Mar 22, 2017

Not urgent, but should be done at some point, removing the milestone until someone can commit time to it.

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

No branches or pull requests

3 participants