[wsas-java-dev] [jira] Created: (WSAS-212) Nightly build fails to launch standalone on Windows

Afkham Azeez azeez at wso2.com
Thu Apr 19 06:20:53 PDT 2007


This doesn't work. Maven drops the versions from all MARs. We do not
want this to happen. Only the MARs having version=SNAPSHOT should be
renamed.

A better solution will be to introduce a "ModuleName" element to the
module.xml. This will easily allow us to extract the version from the
module.mar. But then the challenge is that we need to incorporate some
logic to figure out which version is the latest, which may not be trivial.

-- Azeez


Asankha C. Perera wrote:
>  Azeez
> 
> In your bin.xml you could something like the following:
> 
>         <dependencySet>
>            
> <outputDirectory>wso2esb-${wso2.esb.version}/repository/modules</outputDirectory>
>             <includes>
>                 <include>org.apache.axis2:addressing:mar</include>
>                 <include>org.apache.axis2:rampart:mar</include>
>                 <include>org.apache.sandesha2:sandesha2:mar</include>
>                 <include>org.wso2.statistics:wso2statistics:mar</include>
>             </includes>
>            
> <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
>         </dependencySet>
> 
> This will drop the version (i.e. SNAPSHOT or a timestamp) from the
> artifact file name
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://wso2.org/pipermail/wsas-java-dev/attachments/20070419/9b22525e/signature.pgp


More information about the Wsas-java-dev mailing list