[jboss-dev-forums] [Design of JBoss Build System] - Re: maven-resources-plugin problem
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Feb 27 13:12:12 EST 2007
The jboss-common-core 1.0 jar is not a valid release. It was some poc that Ruel did. I reset the common version:
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-common</artifactId>
| <version>1.0.4.GA</version>
| <scope>compile</scope>
| </dependency>
|
The debugging output of mvn is terrible in these version problem situations. How can this be improved?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023210#4023210
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023210
More information about the jboss-dev-forums
mailing list