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

Added empty relativePath element to parent in pox.xml in order to avoid Maven warning #64

Closed
wants to merge 1 commit into from

Conversation

krichter722
Copy link

Added empty relativePath element to parent in pox.xml in order to avoid Maven warning.

This avoids warnings in the form of

Some problems were encountered while building the effective model for org.apache.commons:commons-math4:jar:4.0-SNAPSHOT
'parent.relativePath' of POM org.apache.commons:commons-math4:4.0-SNAPSHOT ([path to]/commons-math/pom.xml) points at [aggregator] instead of org.apache.commons:commons-parent, please verify your project structure @ line 19, column 11

It is highly recommended to fix these problems because they threaten the stability of your build.

For this reason, future Maven versions might no longer support building such malformed projects.

if the project is used in an aggregator Maven project and has no downside.

@coveralls
Copy link

coveralls commented Aug 4, 2017

Coverage Status

Coverage decreased (-0.006%) to 90.556% when pulling 3fe0e5c on krichter722:relative_path into 97191fc on apache:master.

…id Maven warning.

This avoids warnings in the form of

```
Some problems were encountered while building the effective model for org.apache.commons:commons-math4:jar:4.0-SNAPSHOT
'parent.relativePath' of POM org.apache.commons:commons-math4:4.0-SNAPSHOT ([path to]/commons-math/pom.xml) points at [aggregator] instead of org.apache.commons:commons-parent, please verify your project structure @ line 19, column 11

It is highly recommended to fix these problems because they threaten the stability of your build.

For this reason, future Maven versions might no longer support building such malformed projects.
```

if the project is used in an aggregator Maven project and has no downside.
@krichter722
Copy link
Author

Closing due to age

@krichter722 krichter722 deleted the relative_path branch December 18, 2022 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants