You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/24 22:52:25 UTC

svn commit: r467478 - in /incubator/activemq/branches/activemq-4.0: activeio/activeio-core/src/test/resources/META-INF/ activemq-console/pom.xml activemq-core/src/test/resources/META-INF/ maven-bundle-plugin/src/main/resources/

Author: chirino
Date: Tue Oct 24 13:52:25 2006
New Revision: 467478

URL: http://svn.apache.org/viewvc?view=rev&rev=467478
Log:
Don't build an activemq-console test.jar and include NOTICE,LICENSE files in build artifacts

Added:
    incubator/activemq/branches/activemq-4.0/activeio/activeio-core/src/test/resources/META-INF/
      - copied from r467044, incubator/activemq/branches/activemq-4.0/activemq-ra/src/main/resources/META-INF/
    incubator/activemq/branches/activemq-4.0/activemq-core/src/test/resources/META-INF/
      - copied from r467044, incubator/activemq/branches/activemq-4.0/activemq-ra/src/main/resources/META-INF/
    incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/resources/
      - copied from r467044, incubator/activemq/branches/activemq-4.0/activemq-ra/src/main/resources/
Modified:
    incubator/activemq/branches/activemq-4.0/activemq-console/pom.xml

Modified: incubator/activemq/branches/activemq-4.0/activemq-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-console/pom.xml?view=diff&rev=467478&r1=467477&r2=467478
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-console/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-console/pom.xml Tue Oct 24 13:52:25 2006
@@ -117,24 +117,6 @@
         </configuration>
       </plugin>
 
-      <!-- generate the attached tests jar -->
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <archive>
-            <manifest>
-              <mainClass>org.apache.activemq.console.Main</mainClass>
-            </manifest>
-          </archive>
-        </configuration>
-      </plugin>
     </plugins>
   </build>