Author: dims
Date: Thu Mar  6 19:42:06 2008
New Revision: 634514

URL: http://svn.apache.org/viewvc?rev=634514&view=rev
Log:
remove m1 plugin. add osgi manifest information

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=634514&r1=634513&r2=634514&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Thu Mar  6 19:42:06 2008
@@ -101,6 +101,33 @@
        </organization>
        <build>
                <plugins>
+            <plugin>
+              <artifactId>maven-jar-plugin</artifactId>
+              <configuration>
+                <archive>
+                  
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                </archive>
+              </configuration>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.felix</groupId>
+              <artifactId>maven-bundle-plugin</artifactId>
+              <version>${bundle.plugin.version}</version>
+              <configuration>
+                  <instructions>
+                      <Bundle-Version>${neethi.osgi.version}</Bundle-Version>
+                  </instructions>
+              </configuration>
+              <executions>
+                <execution>
+                  <id>bundle-manifest</id>
+                  <phase>process-classes</phase>
+                  <goals>
+                    <goal>manifest</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
                        <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
@@ -150,21 +177,6 @@
                                </configuration>
                        </plugin>
                        <plugin>
-                               <artifactId>maven-one-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       
<goal>install-maven-one-repository</goal>
-                                                       
<goal>deploy-maven-one-repository</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                               <configuration>
-                                       
<remoteRepositoryId>apache</remoteRepositoryId>
-                                       
<remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository/</remoteRepositoryUrl>
-                               </configuration>
-                       </plugin>
-                       <plugin>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        
<tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/neethi</tagBase>
@@ -350,5 +362,7 @@
        </distributionManagement>
        <properties>
                <axiom.version>SNAPSHOT</axiom.version>
+        <neethi.osgi.version>2.0.3</neethi.osgi.version>
+        <bundle.plugin.version>1.4.0</bundle.plugin.version>
        </properties>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to