Merge "Address @XmlSeeAlso limitation. Provide the ability to inject the JAXB types...
[controller.git] / third-party / openflowj / pom.xml
index 0cc0597565bea83f57695cef0c3028ab60f72177..23f9897fd01005fafdc5971d4e5ac29cd1676978 100644 (file)
@@ -35,8 +35,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:git://gitosis.stanford.edu:openflowj.git</connection>
-    <url>https://openflow.stanford.edu/fisheye/browse/OpenFlowJ</url>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
   </scm>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <profile>
       <id>release-sign-artifacts</id>
       <activation>
-        <property>
-          <name>performRelease</name>
-          <value>true</value>
-        </property>
+        <!-- don't activate it -->
+        <!-- <property> -->
+        <!--   <name>performRelease</name> -->
+        <!--   <value>true</value> -->
+        <!-- </property> -->
       </activation>
       <build>
         <plugins>
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Export-Package>
-             org.openflow.example;version="1.0.1";
-             uses:="org.openflow.example.cli,
-             org.openflow.protocol,
-             org.openflow.io,
-             org.openflow.protocol.factory",
-             org.openflow.io;version="1.0.1";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol;version="1.0.1";
-             uses:="org.openflow.protocol.statistics,
-             org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol.action;version="1.0.1";
-             uses:="org.openflow.protocol",
-             org.openflow.protocol.factory;version="1.0.1";
-             uses:="org.openflow.protocol.statistics,
-             org.openflow.protocol,
-             org.openflow.protocol.action,
-             org.openflow.protocol.queue",
-             org.openflow.protocol.queue;version="1.0.2";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol.statistics;version="1.0.1";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.util;version="1.0.1"
-           </Export-Package>
-         </instructions>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.openflow.example;version="1.0.1";
+              uses:="org.openflow.example.cli,
+              org.openflow.protocol,
+              org.openflow.io,
+              org.openflow.protocol.factory",
+              org.openflow.io;version="1.0.1";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol;version="1.0.1";
+              uses:="org.openflow.protocol.statistics,
+              org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol.action;version="1.0.1";
+              uses:="org.openflow.protocol",
+              org.openflow.protocol.factory;version="1.0.1";
+              uses:="org.openflow.protocol.statistics,
+              org.openflow.protocol,
+              org.openflow.protocol.action,
+              org.openflow.protocol.queue",
+              org.openflow.protocol.queue;version="1.0.2";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol.statistics;version="1.0.1";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.util;version="1.0.1"
+            </Export-Package>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
       <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-compiler-plugin</artifactId>
-       <version>2.3.2</version>
-       <configuration>
-         <source>1.6</source>
-         <target>1.6</target>
-       </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+        </configuration>
       </plugin>
     </plugins>
   </build>