For building AS against the latest release of EJB3, we used to pass the maven.opts[1]
param to bring in the latest released version:
./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"
|
This works on 5_x branch where this maven.opts is being used. But doesn't work on AS
trunk. I find no reference to this property in the AS build file. What is the equivalent
property in AS trunk or how do we configure the build to pass these properties?
[1] It was thirparty.maven.opts at one point in time and then changed to
maven.install.opts and now on 5_x branch is maven.opts.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237654#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...