Hi, can this be enabled again for regular 'mvn install's? It's quite disturbing to have outdated sources of other modules during debugging.
regards marcel On Thu, Jul 2, 2009 at 14:42, <[email protected]> wrote: > Author: jukka > Date: Thu Jul 2 12:42:14 2009 > New Revision: 790568 > > URL: http://svn.apache.org/viewvc?rev=790568&view=rev > Log: > JCR-704: Enable maven-source-plugin > > The source plugin is automatically enabled in release mode by the new parent > POM. > > Modified: > jackrabbit/trunk/jackrabbit-parent/pom.xml > > Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml > URL: > http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=790568&r1=790567&r2=790568&view=diff > ============================================================================== > --- jackrabbit/trunk/jackrabbit-parent/pom.xml (original) > +++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Jul 2 12:42:14 2009 > @@ -57,18 +57,6 @@ > <source>1.5</source> > </configuration> > </plugin> > - <!-- JCR-704: Enable maven-source-plugin --> > - <plugin> > - <artifactId>maven-source-plugin</artifactId> > - <executions> > - <execution> > - <id>attach-sources</id> > - <goals> > - <goal>jar</goal> > - </goals> > - </execution> > - </executions> > - </plugin> > <!-- Generate aggregate Javadocs --> > <plugin> > <artifactId>maven-javadoc-plugin</artifactId> > > >
