You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/03/07 04:31:13 UTC

svn commit: r634512 - /webservices/commons/trunk/modules/XmlSchema/pom.xml

Author: dims
Date: Thu Mar  6 19:31:11 2008
New Revision: 634512

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

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

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=634512&r1=634511&r2=634512&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Thu Mar  6 19:31:11 2008
@@ -204,6 +204,33 @@
     <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>${xmlschema.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-antrun-plugin</artifactId>
                 <version>1.1</version>
                 <executions>
@@ -243,21 +270,6 @@
                 </executions>
             </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/XmlSchema</tagBase>
@@ -512,4 +524,8 @@
             <url>scpexe://people.apache.org/www/ws.apache.org/commons/XmlSchema</url>
         </site>
     </distributionManagement>
+    <properties>
+        <xmlschema.osgi.version>1.3.3</xmlschema.osgi.version>
+        <bundle.plugin.version>1.4.0</bundle.plugin.version>
+    </properties>
 </project>



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