Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Ludovic Claude
Both maven.test.skip=true and skipTests=true will work, but maven.test.skip=true is probably better as the compiler plugin will not compile tests. If you want to be really sure that all plugins will ignore tests, put both properties in debian/maven.properties Ludovic On 24/05/2011 21:49, Russ Al

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Russ Allbery
Miguel Telleria de Esteban writes: > In the midst of my maven Debian learning phase I am struggling to > remove the test phase by passing the variable: > maven.test.skip = true > which is the way according to the documentation[1] to disable the test > phase. Are you sure this isn't suppo

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Torsten Werner
Hi Miguel, On Tue, May 24, 2011 at 8:03 PM, Miguel Telleria de Esteban wrote: > Now the question is how to pass this variable to the package build > process? just add a file debian/maven.properties with the contents maven.test.skip=true if you are using cdbs. Cheers, Torsten -- To UNSUBSCR

Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Miguel Telleria de Esteban
Dear all, In the midst of my maven Debian learning phase I am struggling to remove the test phase by passing the variable: maven.test.skip = true which is the way according to the documentation[1] to disable the test phase. [1] http://www.sonatype.com/books/mvnref-book/reference/runnin

Bug#627781: ITP: activemq-activeio -- protocol implementation framework for ActiveMQ

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp Severity: wishlist Owner: "Damien Raude-Morvan" X-Debbugs-CC: debian-java@lists.debian.org * Package name: activemq-activeio Version : 3.1.1 Upstream Author : Apache Software Foundation * URL : http://activemq.apache.org/ * License : Apache-2.0

Bug#627780: ITP: activemq-protobuf -- Protocol Buffers Maven plugin for ActiveMQ

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp Severity: wishlist Owner: "Damien Raude-Morvan" X-Debbugs-CC: debian-java@lists.debian.org * Package name: activemq-protobuf Version : 1.1 Upstream Author : Apache Software Foundation * URL : http://activemq.apache.org/ * License : Apache-2.0 P

Bug#627778: ITP: activemq -- message broker core Java libraries

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp Severity: wishlist Owner: "Damien Raude-Morvan" X-Debbugs-CC: debian-java@lists.debian.org * Package name: activemq Version : 5.5.0 Upstream Author : Apache Software Foundation * URL : http://activemq.apache.org/ * License : Apache-2.0 Programmi

Re: First steps with maven and Java packaging

2011-05-24 Thread Miguel Telleria de Esteban
Hello again, First of all thanks James for your answer, I have not had time until now to work on the issue but now I can comment some progress that I have made. On Wed, 18 May 2011 14:45:04 +0100 James Page wrote: > Hi Miguel > > On Wed, 2011-05-18 at 11:39 +0200, Miguel Telleria de Esteban wro