|
From: Martin A. <sp...@ma...> - 2008-07-09 07:11:57
|
Hi Adam, Are you running against "released" beta versions or building your own jar from the source tree? I'm about to sort out releases using the maven-release-plugin which means the source code would be bundled anyway - doesn't help if you're compiling your own though. M On 9 Jul 2008, at 03:04, Adam Jordens wrote: > 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 > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08_______________________________________________ > Resteasy-developers mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-developers |