Author: andham
Date: Mon Feb  4 13:05:21 2013
New Revision: 1442099

URL: http://svn.apache.org/viewvc?rev=1442099&view=rev
Log:
[ARCHETYPE-429] Removed JIRA report

Modified:
    maven/archetype/trunk/maven-archetype-plugin/pom.xml

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1442099&r1=1442098&r2=1442099&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Mon Feb  4 13:05:21 
2013
@@ -168,32 +168,6 @@ under the License.
 
   <profiles>
     <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-changes-plugin</artifactId>
-            <version>2.4</version>
-            <configuration>
-              <columnNames>Fix 
Version,Type,Key,Summary,Resolution</columnNames>
-              <resolutionIds>Closed</resolutionIds>
-              <sortColumnNames>Fix Version DESC</sortColumnNames>
-              <maxEntries>1000</maxEntries>
-              <fixVersionIds>16795,14604,14254</fixVersionIds> <!-- 2.1, 2.0, 
2.0-alpha-5 -->
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-    <profile>
       <id>run-its</id>
       <build>
         <plugins>


Reply via email to