</plugins>
</build>
...
</project>
-^-rdj-^-
Lee Meador-3 wrote:
>
> There is no information on how to use the maven-source-plugin at the link
> given. It just shows the name and the config properties.
>
> There is no mention of the word &quo
:
http://www.nabble.com/How-to-install-sources-t1049892.html#a4004240
Sent from the Maven - Users forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Darryl,
I mean the project's source jar not the dependencies and by install i
mean to install them in the local repo.
I could use the install plugin to do this but I was wondering if there
was a way of doing it all together in a single step..
thanks..
erick.
Darryl L. Pierce wrote:
Eric
There is no information on how to use the maven-source-plugin at the link
given. It just shows the name and the config properties.
There is no mention of the word "performRelease" at the POM document whose
link is given.
Does someone know of a place that documents these things?
On 2/2/06, Paolo
Erick Dovale wrote:
> Hi there,
> can any one tell how can I install the sources jar of the artifacts in
> the local repository??
Do you mean the source files for your dependencies or the source files for
what you're producing?
--
Darryl L. Pierce <[EMAIL PROTECTED]>
Homepage: http://mcpierce.m
Hi Erick.
you can use the maven-source-plugin
http://maven.apache.org/plugins/maven-source-plugin/
or use the performRelease property that activate the release-profile
profile defined in the super POM
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html
"mvn -DperformRel
Hi there,
can any one tell how can I install the sources jar of the artifacts in
the local repository??
thanks..
edovale
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]