Re: AW: AW: installing sources to local repository by means of install plugin

2006-08-24 Thread Allan Ramirez
1:24 An: Maven Users List Betreff: Re: AW: installing sources to local repository by means of install plugin Gunzenreiner Simon wrote: I tried to use install:install-file like this: mvn install:install-file -DgeneratePom=true -Dpackaging=jar -DgroupId=myGroupId -Dversion=myVersion -Dart

AW: AW: installing sources to local repository by means of install plugin

2006-08-24 Thread Gunzenreiner Simon
eratePom) ... Simon -Ursprüngliche Nachricht- Von: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 24. August 2006 11:24 An: Maven Users List Betreff: Re: AW: installing sources to local repository by means of install plugin Gunzenreiner Simon wrote: > I tried to use install:install-f

Re: AW: installing sources to local repository by means of install plugin

2006-08-24 Thread Jochen Wiedmann
Gunzenreiner Simon wrote: I tried to use install:install-file like this: mvn install:install-file -DgeneratePom=true -Dpackaging=jar -DgroupId=myGroupId -Dversion=myVersion -DartifactId=myArtifactId -Dclassifier=sources -Dfile=myArtifactId-myVersion-sources.jar but it didn't install my sourc

AW: installing sources to local repository by means of install plugin

2006-08-24 Thread Gunzenreiner Simon
Hi allan I tried to use install:install-file like this: mvn install:install-file -DgeneratePom=true -Dpackaging=jar -DgroupId=myGroupId -Dversion=myVersion -DartifactId=myArtifactId -Dclassifier=sources -Dfile=myArtifactId-myVersion-sources.jar but it didn't install my sources.jar correctly -