|
From: Adam J. <Ada...@ge...> - 2008-07-09 01:04:47
|
Essentially I¹m asking if we can add the maven-source-plugin to the
resteasy-jaxrs-all parent artifact POM.
Something similar to the following would probably suffice:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.2</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
It¹s always nice to be able to debug with source code in your IDE (IntelliJ
in my case) and this helps automate that.
Cheers,
Adam
|