What do you mean with "not used"? On 2013-01-07 21:51, [email protected] wrote: > Author: olamy > Date: Mon Jan 7 20:51:49 2013 > New Revision: 1429997 > > URL: http://svn.apache.org/viewvc?rev=1429997&view=rev > Log: > remove not used reporting plugin > > Modified: > maven/plugins/trunk/maven-doap-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=1429997&r1=1429996&r2=1429997&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-doap-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-doap-plugin/pom.xml Mon Jan 7 20:51:49 2013 > @@ -236,25 +236,6 @@ under the License. > </locales> > </configuration> > </plugin> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-changes-plugin</artifactId> > - <version>2.0</version> > - <configuration> > - <!-- For JIRA-report --> > - <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix > Version</columnNames> > - <onlyCurrentVersion>true</onlyCurrentVersion> > - <resolutionIds>Closed</resolutionIds> > - <sortColumnNames>Type,Key</sortColumnNames> > - </configuration> > - <reportSets> > - <reportSet> > - <reports> > - <report>jira-report</report> > - </reports> > - </reportSet> > - </reportSets> > - </plugin> > </plugins> > </reporting> > </profile> > >
-- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
