Re: Is there a way to disable transitive dependencies?

2010-05-20 Thread AVSUNIL
ow do I get the behaviour of my dev env in test env also? How do I >> make >> >> sure dependecies of dependencies does not come inot my war? >> >> >> >>> I am only using pom and and not the assembly descriptor. >> >>> Both environment have

Re: Is there a way to disable transitive dependencies?

2010-05-20 Thread chetan mehrotra
decies of dependencies does not come inot my war? > >> > >>> I am only using pom and and not the assembly descriptor. > >>> Both environment have the same build script which checksout the latest > >>> from SVN and then does > >>> > >>

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread AVSUNIL
>>> from SVN and then does >>> >> mvn clean >> mvn compile >> mvn package >> >> Thanks >> Sunil >> >> > > > - > To unsubscribe, e-

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Ron Wheeler
You can use exclusions to cut out transitive dependencies. In the following example, we want our lms-facades package but we do not want the faces and logging dragged in with it. com.artifact_software.lms lms-facades 1.8.1 jsf-api javax.faces jsf-impl javax.faces commons-logging commons

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Andrew Close
On Tue, May 18, 2010 at 8:44 AM, AVSUNIL wrote: > > It is the same maven version. mvn -v gives 2.2.0 in both environments. It is > the same pom and same proxy and remote repositories also. Still the build > war in one environment has transitive dependency jars in it. Any ideas? are your dev envir

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Anders Hammar
and then does > mvn clean > mvn compile > mvn package > > Thanks > Sunil > > -- > View this message in context: > http://old.nabble.com/Is-there-a-way-to-disable-transitive-dependencies--tp28595375p28595375.html > Sent from the Maven - Users mailing list archive at Nabble.

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread AVSUNIL
-there-a-way-to-disable-transitive-dependencies--tp28595375p28596142.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Nick Stolwijk
gt; Sunil > > -- > View this message in context: > http://old.nabble.com/Is-there-a-way-to-disable-transitive-dependencies--tp28595375p28595375.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > ---

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Morten Kjetland
t have the same build script which checksout the latest > > from SVN and then does > mvn clean > mvn compile > mvn package > > Thanks > Sunil > > -- > View this message in context: > http://old.nabble.com/Is-there-a-way-to-disable-transi

Is there a way to disable transitive dependencies?

2010-05-18 Thread AVSUNIL
e Thanks Sunil -- View this message in context: http://old.nabble.com/Is-there-a-way-to-disable-transitive-dependencies--tp28595375p28595375.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscrib