junedo/javamelody

Upload javamelody.war into the maven repository

Opened this issue · 0 comments

Can you please also put the javamelody.war into the maven repository?
For example as:
<dependency>
    <groupId>net.bull.javamelody</groupId>
    <artifactId>javamelody-core</artifactId>
    <version>1.55.0</version>
        <scope>war</scope>
</dependency>

We are using maven to build our delivery files including the collect server, 
and each time we upgrade the javamelody version we have to upload the 
javamelody.war of the corresponding version into our local maven repository. It 
would be nice if it just could be there, wouldn't it?

Original issue reported on code.google.com by sto...@gmail.com on 19 Mar 2015 at 6:39