lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Upload javamelody.war into the maven repository #467

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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