hallo

this is probably some stupid question.

i know how to add a non-free (commercial) jar into a local repository. i use deploy:deploy-file to achieve this:

mvn deploy:deploy-file \
    -DgroupId=com.somesoft \
    -DartifactId=core \
    -Dversion=2.0.0 \
    -Dfile=somesoft-core-2.0.0.jar \
    -DrepositoryId=internal \
    -DrepositoryLayout=default \
    -Dpackaging=jar \
    -DgeneratePom=true \
    -Durl=file:///home/maven2/repositories/internal/ \
    -DgeneratePom.description="somesoft core jar"


how can i add the sources to this jar file? (packed in core-2.0.0.zip)

is there some other packaging type? (i havent found the available types)


thanks for any hints :)
regards

ossi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to