Depenent Jar files not copied into Bundle's classpath

2011-03-31 Thread rmahanti
Hi All, Iam facing the problem with dependency management when i install the bundle in service mix4.2.0. This is my POM file: edu.ucla.ais.cb cb-services-auth 1.1 org.apache.felix maven-bundle-plugin ${pom.artifactId} *, org.apache.servicemix.cxfbc, org.apache.servicemix.bean,

Re: Depenent Jar files not copied into Bundle's classpath

2011-03-31 Thread Stephen Connolly
Have a look at your post again... you appear to be using nabble to post to the mailing list and are not actually subscribed to the mailing list directly. Nabble helpfully removes all the XML tags in your post... rendering the cut and paste worse than useless. either post your POM on a snippet

Re: Depenent Jar files not copied into Bundle's classpath

2011-03-31 Thread Stephen Connolly
Also this is really a question for the felix mailing list. The users@maven list is for maven itself and the org.apache.maven.plugin plugins The plugin you are having issues with is owned by the Apache Felix project -Stephen On 31 March 2011 11:19, Stephen Connolly

[ANN] Maven Scm 1.5 Released

2011-03-31 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of the Maven Scm, version 1.5. http://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.5 ** Bug * [SCM-475] - hg plugin insists on 'pushing' * [SCM-553] - release:prepare not working with synergy scm-provider *

Configuring plugins in custom lifecycle

2011-03-31 Thread Stefan Schulze
Hi, I'd like to write a custom packaging to add some javascript-tooling. As part of this, it should be packaged with maven-assembly-plugin. I wrote the components.xml and lifecycle.xml mapping the package-phase to org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single and tried to

plexus 1.0.8 problem with Maven build of Apache TIKA

2011-03-31 Thread Coursey, Matthew T Matt
Hello Maven Folks, We are having a problem with a TIKA build which boils down to missing plexus 1.0.8. The TIKA developers felt this might be more of a Maven issue. Any help would be greatly appreciated. Here is the post originally set to the TIKA developer mailing list. My team has been

Re: Depenent Jar files not copied into Bundle's classpath

2011-03-31 Thread Wayne Fay
Have a look at your post again... you appear to be using nabble to post to the mailing list and are not actually subscribed to the mailing list directly. Nabble helpfully removes all the XML tags in your post... rendering the cut and paste worse than useless. either I finally got sufficiently

[ANN] Maven ACR Plugin 1.0 Released

2011-03-31 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven ACR Plugin, version 1.0 The Maven ACR (Application Client aRchive) is a new plugin in the JavaEE spectrum meant to deal with the JavaEE application client packaging type. A new app-client packaging type is provided with this plugin

maven-surefire-plugin groups parameter not working with testng

2011-03-31 Thread Farrukh Najmi
I am specifying the group parameter to maven-surefire-plugin to execute a specific test group. However, it seems the maven-surefire-plugin is ignoring the groups parameter and simply running all my tests. Here is what my plugin config in pom looks like: plugin

Re: plexus 1.0.8 problem with Maven build of Apache TIKA

2011-03-31 Thread Dennis Lundberg
On 2011-03-31 14:42, Coursey, Matthew T Matt wrote: Hello Maven Folks, Hi We are having a problem with a TIKA build which boils down to missing plexus 1.0.8. The TIKA developers felt this might be more of a Maven issue. Any help would be greatly appreciated. Here is the post originally

Re: plexus 1.0.8 problem with Maven build of Apache TIKA

2011-03-31 Thread Wayne Fay
I would say that someone has added the wrong dependency to TIKA. This is not the artifact they want. Perhaps you want the plexus container? I agree with Dennis. Also, I pulled the Tika trunk from SVN and built it (mvn package on winxp), and saw zero mentions of plexus-1.0.8 anywhere in the

Re: Running ProGuard before signing a jar?

2011-03-31 Thread Jörg Schaible
Hi Chris, Chris von See wrote: I'm a new user of Maven. I have a POM that is creating a signed jar using Maven 3.0.2 and maven-jar-plugin - that part seems to be working well, but now I want to integrate ProGuard in order to obfuscate the code before signing the JAR. Ideally I'd like to

Re: Running ProGuard before signing a jar?

2011-03-31 Thread Chris von See
Hi Jörg, Thanks... My original plan to obfuscate the class before unit testing didn't work out very well because I ended up not obfuscating almost all of the class and member names in order to get the tests to compile, so I ended up moving the proguard plugin execution to the package

Using maven-exec-plugin as a non-reusable plugin?

2011-03-31 Thread Andrew Robinson
It is sometimes very convenient to have a java class with a main method used to help build a maven project, but one that is so specific to that project that it is too large of an overhead to author it as a reusable maven plugin. Using maven-exec-plugin, the class can be run, but then the question

Newbie needs help with ant plugin

2011-03-31 Thread panam
Hi, there is a project called JAK http://code.google.com/p/javaapiforkml/ which generates a java library for accessing and generating KML. It uses the KML schema definition and extensions (kml22gx.xsd, ogckml22.xsd, ...*.xsd) as an input and maven for the building process. The SVN version already

Re: Newbie needs help with ant plugin

2011-03-31 Thread Rafael Vanderlei
Looking at the exception message, it seems that the version of Ant used for those who implemented the class com.sun.tools.xjc.XJCTask is different from the version of Ant used by the maven-antrun-plugin. You should try to find out what versions are used by each of them and then try to use

Re: Newbie needs help with ant plugin

2011-03-31 Thread Benson Margulies
There is a perfectly functional xjc task for maven that would avoid all this antery alltogether. On Thu, Mar 31, 2011 at 9:08 PM, Rafael Vanderlei rafaelvander...@gmail.com wrote: Looking at the exception message, it seems that the version of Ant used for those who implemented the class

RE: One Agile automated CI build

2011-03-31 Thread Bryan Keech
In my case we are building J2EE apps. Maybe me explaining what I am after would help. :) I would like this flow to happen: - Developer commits - CI build is done on Hudson - artifacts are stored in our remote repository (artifactory) - artifacts can then be deployed to a jvm Currently if we

Re: One Agile automated CI build

2011-03-31 Thread Rafael Vanderlei
Let me see if I understood... you don't want the previous versions that were in artifactory to be lost when you upload an artifact with changes but with the same version configured in pom? If that's what you're looking for, I dont think you would have other choice but to change the version of

Re: One Agile automated CI build

2011-03-31 Thread Manfred Moser
You say .. deployment again of that same version(but with changes) I say.. don't do that. If it has changes it is NOT the same version. Just use release plugin or whatever to automate changing the version. Maven is going to make it hard for you to do the wrong thing. Just do the right thing and