Author: norman
Date: Wed Jan  6 14:48:35 2010
New Revision: 896460

URL: http://svn.apache.org/viewvc?rev=896460&view=rev
Log:
* no need to support osgi on maven plugin
* use the right packaging

Modified:
    james/mpt/trunk/mavenplugin/pom.xml

Modified: james/mpt/trunk/mavenplugin/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mpt/trunk/mavenplugin/pom.xml?rev=896460&r1=896459&r2=896460&view=diff
==============================================================================
--- james/mpt/trunk/mavenplugin/pom.xml (original)
+++ james/mpt/trunk/mavenplugin/pom.xml Wed Jan  6 14:48:35 2010
@@ -34,6 +34,7 @@
 scritable functional testing of ASCII based line protocols. This Maven2 Plugin 
 is an easy interface
 to the library requiring no extra coding.</description>
   <url>http://james.apache.org/mpt/mavenplugin</url>
+  <packaging>maven-plugin</packaging>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -68,6 +69,7 @@
         <artifactId>maven-jar-plugin</artifactId>
         <version>2.2</version>
         <configuration>
+        <!-- 
         <archive>
           
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
             <manifestEntries>
@@ -81,8 +83,10 @@
               <url>${pom.url}</url>
             </manifestEntries>
           </archive>
+          -->
         </configuration>
       </plugin>
+      <!-- 
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
@@ -104,6 +108,7 @@
                 </instructions>
         </configuration>
       </plugin>
+      -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.4</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to