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

Upgrade maven configuration #41

Closed
kshchepanovskyi opened this issue Oct 30, 2014 · 2 comments
Closed

Upgrade maven configuration #41

kshchepanovskyi opened this issue Oct 30, 2014 · 2 comments
Assignees

Comments

@kshchepanovskyi
Copy link
Member

Current configuration produces tons of warnings on build, it should be fixed.

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-api:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-core:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-collectionschema:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-md:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ io.protostuff:protostuff-runtime-md:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-md/pom.xml, line 48, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-registry:jar:1.1.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-collectionschema:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-registry:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-registry/pom.xml, line 72, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-runtime:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-registry:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-registry/pom.xml, line 77, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-view:jar:1.1.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-collectionschema:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-view:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-view/pom.xml, line 72, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-runtime:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-view:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-view/pom.xml, line 77, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-json:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-xml:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-yaml:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-kvp:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-parser:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-parser:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-parser/pom.xml, line 17, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-compiler:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-compiler:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-compiler/pom.xml, line 17, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead.
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-maven-plugin:maven-plugin:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-maven-plugin:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-maven-plugin/pom.xml, line 25, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-uberjar:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ io.protostuff:protostuff-uberjar:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-uberjar/pom.xml, line 34, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff:pom:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[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] 
[INFO] ------------------------------------------------------------------------
@posix4e
Copy link
Contributor

posix4e commented Oct 30, 2014

If you don’t already have this. You can assign it to me and I’ll take it in a couple of days.

Sent from Alex Newman on a small glass box.
404.507.6749

On Thu, Oct 30, 2014 at 9:43 AM, Konstantin Shchepanovskyi
notifications@github.com wrote:

Current configuration produces tons of warnings when we beild project, it should be fixed.

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-api:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-core:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-collectionschema:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-md:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ io.protostuff:protostuff-runtime-md:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-md/pom.xml, line 48, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-registry:jar:1.1.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-collectionschema:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-registry:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-registry/pom.xml, line 72, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-runtime:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-registry:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-registry/pom.xml, line 77, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-runtime-view:jar:1.1.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-collectionschema:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-view:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-view/pom.xml, line 72, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.protostuff:protostuff-runtime:jar -> duplicate declaration of version ${project.version} @ io.protostuff:protostuff-runtime-view:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-runtime-view/pom.xml, line 77, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-json:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-xml:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-yaml:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-kvp:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-parser:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-parser:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-parser/pom.xml, line 17, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-compiler:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-compiler:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-compiler/pom.xml, line 17, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead.
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-maven-plugin:maven-plugin:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff-maven-plugin:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-maven-plugin/pom.xml, line 25, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff-uberjar:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ io.protostuff:protostuff-uberjar:[unknown-version], /home/travis/build/protostuff/protostuff/protostuff-uberjar/pom.xml, line 34, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ io.protostuff:protostuff:1.1.1-SNAPSHOT, /home/travis/build/protostuff/protostuff/pom.xml, line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.protostuff:protostuff:pom:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 42, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 51, column 15
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[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] 
[INFO] ------------------------------------------------------------------------

Reply to this email directly or view it on GitHub:
#41

@kshchepanovskyi
Copy link
Member Author

Yes, I already have it in my repository. Need to make few small updates.

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

No branches or pull requests

2 participants