Hi, I still cannot deploy the JAR file. However, when I run the following command:
maven dist:deploy
It creates a file called distributions.tar.gz. However, I don't want the source part
of the distributions just the jars, wars, and ears. Finally, I would like the name to
be as follows:
${project_name}-version.tar.gz
That contains the following:
${project_name}-version.jar
${project_name}-version.war
${project_name}-version.ear
Note: There may be more than one file for each type that has a different name.
I just need a clear example instead of doing this adhoc because I'm all over the
place at this point with trying to obtain information from the current documents.
Thanks,
-Conrad
>
> Hi, I was wondering, how does one deploy a JAR to a specific repository?
>
> Thanks in advance,
>
> -Conrad
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]