Re: install multiple versions of Java library

2017-02-28 Thread Emmanuel Bourg
Le 28/02/2017 à 14:26, Jose Gutierrez de la Concha a écrit : > Is there a way to disable the creation of the "debian" entries in > maven-repo when using maven_repo_helper? Hi Jose, You just have to add a rule setting the version of the Maven artifacts in debian/maven.rules. For example: com

install multiple versions of Java library

2017-02-28 Thread Jose Gutierrez de la Concha
Hi, I want to create a package per each version of my library libzeroc-ice3.6-java, libzeroc-ice3.7-java in my case. The issue I have is that both packages will create /usr/share/maven-repo/com/zeroc/ice/debian/ice-debian.pom and so I will not be able to install them at the same time. In my pack