[jboss-dev] as6 build logging and warnings

Alexey Loubyansky alexey.loubyansky at redhat.com
Wed Dec 8 13:15:05 EST 2010


It logs an enormous amount of info (mostly at INFO level). So much that 
it seems like warnings might not catch attention anymore and have to be 
searched.

Here are a few that might be useful.

[WARNING] Some problems were encountered while building the effective 
model for org.jboss.jbossas:jboss-as-webservices:jar:6.0.0-SNAPSHOT
[WARNING] The expression ${version} is deprecated. Please use 
${project.version} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective 
model for org.jboss.jbossas:weld-int-deployer:jar:6.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: org.jboss.metadata:jboss-metadata-ejb:jar -> duplicate 
declaration of version (?) @ line 517, column 17
[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.

There is a lot of this one (the build was launched with ./build.sh, not 
my mvn install)
[WARNING] This rule is not compatible with the current version of Maven. 
The rule is not able to perform any checks.

[WARNING] Warning in manifest for 
org.jboss.jbossas:jboss-as-resteasy:jar:6.0.0-SNAPSHOT : Superfluous 
export-package instructions: [org.jboss.resteasy.integration, org.jboss, 
org.jboss.resteasy, org]

[INFO] Processing DependencySet (output=resteasy.deployer)
[WARNING] Cannot include project artifact: 
org.jboss.jbossas:resteasy-int-dist:pom:6.0.0-SNAPSHOT; it doesn't have 
an associated file or directory.

...
[INFO] Reading assembly descriptor: src/assembly/xmlentitymgr.xml
[WARNING] The assembly id deployment-service is used more than once.
[WARNING] The assembly id snmp-adaptor is used more than once.


More information about the jboss-development mailing list