You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/07 21:51:49 UTC

svn commit: r1429997 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

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>



Re: svn commit: r1429997 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
2013/1/9 Dennis Lundberg <de...@apache.org>:
> What do you mean with "not used"?
doesn't work so not used :-)
I will revert that and try to fix changes plugin configuration.

>
> On 2013-01-07 21:51, olamy@apache.org 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1429997 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
What do you mean with "not used"?

On 2013-01-07 21:51, olamy@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org