problem with transitive dependencies

2010-11-22 Thread banka.ravi
I have following dependencies webService_war : here is all webservice code | |--webServiceClient_jar : this is a dummy project. It takes the webService.war and generates | proxies then builds a jar out of them. |--ClientApps_jar : uses

Re: problem with transitive dependencies

2010-11-22 Thread banka.ravi
I have set all those. but when I expand the maven dependencies. I do not see the webServiceClient.jar in it. any more suggestions? -- View this message in context: http://maven.40175.n5.nabble.com/problem-with-transitive-dependencies-tp3275330p3276360.html Sent from the Maven - Users mailing

Re: Setting dependency with plugin generated jar

2010-11-12 Thread banka.ravi
(configurations, XML, images, JSPs) and depends on your Jar project for its classes. It will create a WAR file with the classes from the dependencies. Ron On 11/11/2010 8:29 AM, banka.ravi wrote: I tried using classifier already, it is not working. Currently, the maven project where I

Re: Setting dependency with plugin generated jar

2010-11-12 Thread banka.ravi
thanks will keep in mind Regards, B. Ravi Shankar 2010/11/12 Ron Wheeler [via Maven] ml-node+3262263-1728863589-143...@n5.nabble.comml-node%2b3262263-1728863589-143...@n5.nabble.com On 12/11/2010 12:24 AM, banka.ravi wrote: by mentioning Looking for classes, I did not meant the source

Re: Setting dependency with plugin generated jar

2010-11-11 Thread banka.ravi
The jar file is getting generated (as projectVersion-modals.jar, but the war file is named as projectVersion.war) and also getting installed to the repository. But wen I try to reference it in the pom of the dependent project, the wizard don't work, it shows only the projectVersion.war. How do I

Re: Setting dependency with plugin generated jar

2010-11-11 Thread banka.ravi
] ml-node+3260044-659906128-143...@n5.nabble.comml-node%2b3260044-659906128-143...@n5.nabble.com On Thursday 11 November 2010 03:19 PM, banka.ravi wrote: The jar file is getting generated (as projectVersion-modals.jar, but the war file is named as projectVersion.war) and also getting

Re: Setting dependency with plugin generated jar

2010-11-11 Thread banka.ravi
/11/2010 8:29 AM, banka.ravi wrote: I tried using classifier already, it is not working. Currently, the maven project where I have all the implementations is generating war file. If I add another maven project for generating JAR, from where will this project get the source files from? I

Setting dependency with plugin generated jar

2010-11-10 Thread banka.ravi
I have a scenario where in my pom generates a war file. Whereas I also need a jar of the same to be referenced by other projects. So I added a maven-jar-plug-in to generate a jar for the same. As the pom was installing this generated jar as the war to the repository. I mentioned a classifier to