[jboss-dev-forums] [Design of JBoss Build System] - Re: maven.opts for building thirdparty module
pgier
do-not-reply at jboss.com
Tue Jun 16 09:54:45 EDT 2009
"jaikiran" wrote : That partially helped me solve the issue. Using
|
| ./build.sh -Dmaven.opts="-Dskip-download-sources -Dversion.org.jboss.ejb3=1.1.7 -Dversion.org.jboss.ejb3.common.client=1.0.0
| | -Dversion.org.jboss.ejb3.core.client=1.1.7 -Dversion.org.jboss.ejb3.proxy.client=1.0.1 -Dversion.org.jboss.ejb3.proxy.clustered.client=1.0.1 -Dversion.org.jboss.ejb3.security.client=1.0.0"
| |
|
|
You shouldn't be using -Dmaven.opts anymore. Did you try
./build.sh -Dskip-download-sources -Dversion.org.jboss.ejb3=1.1.7 -Dversion.org.jboss.ejb3.common.client=1.0.0
| -Dversion.org.jboss.ejb3.core.client=1.1.7 -Dversion.org.jboss.ejb3.proxy.client=1.0.1 -Dversion.org.jboss.ejb3.proxy.clustered.client=1.0.1 -Dversion.org.jboss.ejb3.security.client=1.0.0
|
You're right about the issue in the Ant tasks, they probably aren't passing all the properties correctly. I will look into that today.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237936#4237936
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237936
More information about the jboss-dev-forums
mailing list