Changing group id according to jenkins merge rules. 49/1049/5
authorMichal Rehak <mirehak@cisco.com>
Thu, 29 Aug 2013 20:13:04 +0000 (22:13 +0200)
committerMichal Rehak <mirehak@cisco.com>
Fri, 30 Aug 2013 06:24:50 +0000 (08:24 +0200)
Change-Id: I24147d7dbc938f11dfd7abd1052a1adb532b96f9
Signed-off-by: Michal Rehak <mirehak@cisco.com>
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-spi/pom.xml
pom.xml
third-party/openflow-codec/pom.xml
third-party/openflowj_netty/pom.xml

index b54aa23e0b9ead51a5ec841cceb92cfd71956fc7..aa0f63432ac0f4fa51bd9a3b25329c967e512baa 100644 (file)
@@ -1,8 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
        <modelVersion>4.0.0</modelVersion>\r
        <parent>\r
-               <groupId>org.opendaylight.openflow</groupId>\r
+               <groupId>org.opendaylight.openflowjava</groupId>\r
                <artifactId>openflow-protocol-parent</artifactId>\r
                <version>0.1-SNAPSHOT</version>\r
        </parent>\r
             <version>0.5.7-SNAPSHOT</version>\r
         </dependency>\r
     </dependencies>\r
-</project>\r
+</project>
\ No newline at end of file
index 41e99deb10341e4b16b247d659c53f57029c6309..6f0f89a63122dd3a29e2d2c9d20c6ab554d1bf7e 100644 (file)
@@ -2,7 +2,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.openflow</groupId>
+        <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
         <version>0.1-SNAPSHOT</version>
     </parent>
     
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.openflow</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.openflow</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
index 954ed4385d12d25fc3cf80c2400334fa7620d6d8..78996e7c6a4af33948c3fac77b0d1b56b81cddd2 100644 (file)
@@ -1,19 +1,19 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-    <modelVersion>4.0.0</modelVersion>\r
-    <parent>\r
-        <groupId>org.opendaylight.openflow</groupId>\r
-        <artifactId>openflow-protocol-parent</artifactId>\r
-        <version>0.1-SNAPSHOT</version>\r
-    </parent>\r
-    <artifactId>openflow-protocol-spi</artifactId>\r
-       <name>Openflow Protocol Library SPI</name>\r
-       \r
-    <dependencies>\r
-       <dependency>\r
-           <groupId>org.opendaylight.openflow</groupId>\r
-            <artifactId>openflow-protocol-api</artifactId>\r
-            <version>${project.version}</version>\r
-        </dependency>\r
-    </dependencies>\r
-</project>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.opendaylight.openflowjava</groupId>
+        <artifactId>openflow-protocol-parent</artifactId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+    <artifactId>openflow-protocol-spi</artifactId>
+       <name>Openflow Protocol Library SPI</name>
+       
+    <dependencies>
+       <dependency>
+           <groupId>${project.groupId}</groupId>
+            <artifactId>openflow-protocol-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/pom.xml b/pom.xml
index 02fc2fc37e1317c73369fc486d74fd658bb9feb2..71e2ee36d3d8358b06fe901ff82f52d0ffba5c1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.opendaylight.openflow</groupId>\r
-       <artifactId>openflow-protocol-parent</artifactId>\r
-       <version>0.1-SNAPSHOT</version>\r
-       <packaging>pom</packaging>\r
-       <modules>\r
-               <module>openflow-protocol-api</module>\r
-               <module>openflow-protocol-spi</module>\r
-               <module>openflow-protocol-impl</module>\r
-        <module>third-party/openflow-codec</module>\r
-        <module>third-party/openflowj_netty</module>\r
-       </modules>\r
-\r
-       <name>Openflow Protocol Library</name>\r
-\r
-       <developers>\r
-               <developer>\r
-                       <name>Adam BrĨek</name>\r
-                       <email>adam.brcek@pantheon.sk</email>\r
-               </developer>\r
-       </developers>\r
-\r
-\r
-       <properties>\r
-               <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>\r
-               <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
-               <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>\r
-               <siteplugin>3.2</siteplugin>\r
-               <projectinfo>2.6</projectinfo>\r
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-               <compiler.version>2.3.2</compiler.version>\r
-               <surefire.version>2.13</surefire.version>\r
-               <exam.version>3.0.0</exam.version>\r
-               <url.version>1.5.0</url.version>\r
-               <enunciate.version>1.26.2</enunciate.version>\r
-               <sonar.branch>${user.name}-private-view</sonar.branch>\r
-               <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>\r
-               <logback.version>1.0.9</logback.version>\r
-               <slf4j.version>1.7.2</slf4j.version>\r
-       </properties>\r
-\r
-       <pluginRepositories>\r
-               <pluginRepository>\r
-                       <id>central2</id>\r
-                       <name>central2</name>\r
-                       <url>${nexusproxy}/repositories/central2/</url>\r
-               </pluginRepository>\r
-               \r
-               <!-- OpenDayLight Released artifact -->\r
-               <pluginRepository>\r
-                       <id>opendaylight-release</id>\r
-                       <name>opendaylight-release</name>\r
-                       <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
-               </pluginRepository>\r
-               <!-- OpenDayLight Snapshot artifact -->\r
-               <pluginRepository>\r
-                       <id>opendaylight-snapshot</id>\r
-                       <name>opendaylight-snapshot</name>\r
-                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
-               </pluginRepository>\r
-       </pluginRepositories>\r
-\r
-\r
-       <repositories>\r
-               <!-- EBR release -->\r
-               <!-- http://repository.springsource.com/maven/bundles/release -->\r
-               <repository>\r
-                       <id>ebr-bundles-release</id>\r
-                       <name>ebr-bundles-release</name>\r
-                       <url>${nexusproxy}/repositories/ebr-bundles-release/</url>\r
-               </repository>\r
-               <!-- EBR external -->\r
-               <!-- http://repository.springsource.com/maven/bundles/external -->\r
-               <repository>\r
-                       <id>ebr-bundles-external</id>\r
-                       <name>ebr-bundles-external</name>\r
-                       <url>${nexusproxy}/repositories/ebr-bundles-external/</url>\r
-               </repository>\r
-               <!-- Maven repo2 mirror -->\r
-               <!-- http://repo2.maven.org/maven2 -->\r
-               <repository>\r
-                       <id>central2</id>\r
-                       <name>central2</name>\r
-                       <url>${nexusproxy}/repositories/central2/</url>\r
-               </repository>\r
-               <!-- Maven repo1 mirror -->\r
-               <!-- http://repo1.maven.org/maven2 -->\r
-               <repository>\r
-                       <id>central</id>\r
-                       <name>central</name>\r
-                       <url>${nexusproxy}/repositories/central/</url>\r
-               </repository>\r
-               <!-- Pax mirror -->\r
-               <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->\r
-               <repository>\r
-                       <id>ops4j-releases</id>\r
-                       <name>ops4j-releases</name>\r
-                       <url>${nexusproxy}/repositories/ops4j-releases/</url>\r
-               </repository>\r
-               <!-- Third Packages hosted in local maven because not available in other \r
-                       places -->\r
-               <repository>\r
-                       <id>thirdparty</id>\r
-                       <name>thirdparty</name>\r
-                       <url>${nexusproxy}/repositories/thirdparty/</url>\r
-               </repository>\r
-               <!-- Jboss mirror -->\r
-               <!-- https://repository.jboss.org/nexus/content/repositories/releases -->\r
-               <repository>\r
-                       <id>jboss.releases</id>\r
-                       <name>jboss.releases</name>\r
-                       <url>${nexusproxy}/repositories/jboss.releases/</url>\r
-               </repository>\r
-               <!-- OpenDayLight Released artifact -->\r
-               <repository>\r
-                       <id>opendaylight-release</id>\r
-                       <name>opendaylight-release</name>\r
-                       <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
-               </repository>\r
-               <!-- OpenDayLight Snapshot artifact -->\r
-               <repository>\r
-                       <id>opendaylight-snapshot</id>\r
-                       <name>opendaylight-snapshot</name>\r
-                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
-               </repository>\r
-       </repositories>\r
-       <distributionManagement>\r
-               <!-- OpenDayLight Released artifact -->\r
-               <repository>\r
-                       <id>opendaylight-release</id>\r
-                       <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
-               </repository>\r
-               <!-- OpenDayLight Snapshot artifact -->\r
-               <snapshotRepository>\r
-                       <id>opendaylight-snapshot</id>\r
-                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
-               </snapshotRepository>\r
-               <!-- Site deployment -->\r
-               <!-- site> <id>website</id> <url>${sitedeploy}</url> </site -->\r
-       </distributionManagement>\r
-\r
-\r
-       <dependencyManagement>\r
-               <dependencies>\r
-                       <dependency>\r
-                               <groupId>junit</groupId>\r
-                               <artifactId>junit</artifactId>\r
-                               <version>4.10</version>\r
-                               <scope>test</scope>\r
-                               <optional>true</optional>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.slf4j</groupId>\r
-                               <artifactId>slf4j-api</artifactId>\r
-                               <version>1.7.2</version>\r
-                       </dependency>\r
-               </dependencies>\r
-       </dependencyManagement>\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-compiler-plugin</artifactId>\r
-                               <version>${compiler.version}</version>\r
-                               <inherited>true</inherited>\r
-                               <configuration>\r
-                                       <source>1.7</source>\r
-                                       <target>1.7</target>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-javadoc-plugin</artifactId>\r
-                               <version>2.8.1</version>\r
-                               <configuration>\r
-                                       <stylesheet>maven</stylesheet>\r
-                               </configuration>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <goals>\r
-                                                       <goal>aggregate</goal>\r
-                                               </goals>\r
-                                               <phase>site</phase>\r
-                                       </execution>\r
-                                       <execution>\r
-                                               <id>attach-javadocs</id>\r
-                                               <phase>deploy</phase>\r
-                                               <goals>\r
-                                                       <goal>jar</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <artifactId>maven-source-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>attach-sources</id>\r
-                                               <phase>deploy</phase>\r
-                                               <goals>\r
-                                                       <goal>jar-no-fork</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <!-- explicitly define maven-deploy-plugin after other to force exec \r
-                                       order -->\r
-                               <artifactId>maven-deploy-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>deploy</id>\r
-                                               <phase>deploy</phase>\r
-                                               <goals>\r
-                                                       <goal>deploy</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-       <reporting>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.codehaus.mojo</groupId>\r
-                               <artifactId>findbugs-maven-plugin</artifactId>\r
-                               <version>2.4.0</version>\r
-                               <configuration>\r
-                                       <effort>Max</effort>\r
-                                       <threshold>Low</threshold>\r
-                                       <goal>site</goal>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.codehaus.mojo</groupId>\r
-                               <artifactId>jdepend-maven-plugin</artifactId>\r
-                               <version>2.0-beta-2</version>\r
-                       </plugin>\r
-               </plugins>\r
-       </reporting>\r
-       <profiles>\r
-               <profile>\r
-                       <id>viewbuild</id>\r
-                       <activation>\r
-                               <activeByDefault>true</activeByDefault>\r
-                       </activation>\r
-                       <properties>\r
-                               <build.suffix>${project.version}</build.suffix>\r
-                       </properties>\r
-               </profile>\r
-               <profile>\r
-                       <id>jenkins</id>\r
-                       <activation>\r
-                               <property>\r
-                                       <name>BUILDSUFFIX</name>\r
-                               </property>\r
-                       </activation>\r
-                       <properties>\r
-                               <build.suffix>${BUILDSUFFIX}</build.suffix>\r
-                       </properties>\r
-               </profile>\r
-       </profiles>\r
-</project>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.opendaylight.openflowjava</groupId>
+       <artifactId>openflow-protocol-parent</artifactId>
+       <version>0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <modules>
+               <module>openflow-protocol-api</module>
+               <module>openflow-protocol-spi</module>
+               <module>openflow-protocol-impl</module>
+        <module>third-party/openflow-codec</module>
+        <module>third-party/openflowj_netty</module>
+       </modules>
+
+    <properties>
+        <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
+        <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+        <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
+        <siteplugin>3.2</siteplugin>
+        <projectinfo>2.6</projectinfo>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <compiler.version>2.3.2</compiler.version>
+        <surefire.version>2.13</surefire.version>
+        <exam.version>3.0.0</exam.version>
+        <url.version>1.5.0</url.version>
+        <enunciate.version>1.26.2</enunciate.version>
+        <sonar.branch>${user.name}-private-view</sonar.branch>
+        <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
+        <logback.version>1.0.9</logback.version>
+        <slf4j.version>1.7.2</slf4j.version>
+    </properties>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>central2</id>
+            <name>central2</name>
+            <url>${nexusproxy}/repositories/central2/</url>
+        </pluginRepository>
+       <pluginRepository>
+            <id>opendaylight-release</id>
+            <url>${nexusproxy}/repositories/opendaylight.release/</url>
+        </pluginRepository>
+        <!-- OpenDayLight Snapshot artifact -->
+        <pluginRepository>
+            <id>opendaylight-snapshot</id>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+        </pluginRepository>
+    </pluginRepositories>
+
+
+    <repositories>
+        <!-- EBR release -->
+        <!-- http://repository.springsource.com/maven/bundles/release -->
+        <repository>
+            <id>ebr-bundles-release</id>
+            <name>ebr-bundles-release</name>
+            <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
+        </repository>
+        <!-- EBR external -->
+        <!-- http://repository.springsource.com/maven/bundles/external -->
+        <repository>
+            <id>ebr-bundles-external</id>
+            <name>ebr-bundles-external</name>
+            <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
+        </repository>
+        <!-- Maven repo2 mirror -->
+        <!-- http://repo2.maven.org/maven2 -->
+        <repository>
+            <id>central2</id>
+            <name>central2</name>
+            <url>${nexusproxy}/repositories/central2/</url>
+        </repository>
+        <!-- Maven repo1 mirror -->
+        <!-- http://repo1.maven.org/maven2 -->
+        <repository>
+            <id>central</id>
+            <name>central</name>
+            <url>${nexusproxy}/repositories/central/</url>
+        </repository>
+        <!-- Pax mirror -->
+        <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
+        <repository>
+            <id>ops4j-releases</id>
+            <name>ops4j-releases</name>
+            <url>${nexusproxy}/repositories/ops4j-releases/</url>
+        </repository>
+        <!-- Third Packages hosted in local maven because not available in other 
+        places -->
+        <repository>
+            <id>thirdparty</id>
+            <name>thirdparty</name>
+            <url>${nexusproxy}/repositories/thirdparty/</url>
+        </repository>
+        <!-- Jboss mirror -->
+        <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
+        <repository>
+            <id>jboss.releases</id>
+            <name>jboss.releases</name>
+            <url>${nexusproxy}/repositories/jboss.releases/</url>
+        </repository>
+        <!-- OpenDayLight Released artifact -->
+        <repository>
+            <id>opendaylight-release</id>
+            <name>opendaylight-release</name>
+            <url>${nexusproxy}/repositories/opendaylight.release/</url>
+        </repository>
+        <!-- OpenDayLight Snapshot artifact -->
+        <repository>
+            <id>opendaylight-snapshot</id>
+            <name>opendaylight-snapshot</name>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+        </repository>
+    </repositories>
+    <distributionManagement>
+        <!-- OpenDayLight Released artifact -->
+        <repository>
+            <id>opendaylight-release</id>
+            <url>${nexusproxy}/repositories/opendaylight.release/</url>
+        </repository>
+        <!-- OpenDayLight Snapshot artifact -->
+        <snapshotRepository>
+            <id>opendaylight-snapshot</id>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+        </snapshotRepository>
+        <!-- Site deployment -->
+        <!-- site>
+            <id>website</id>
+            <url>${sitedeploy}</url>
+        </site -->
+    </distributionManagement>
+
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.10</version>
+                <scope>test</scope>
+                <optional>true</optional>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.7.2</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>${compiler.version}</version>
+                <inherited>true</inherited>
+                <configuration>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.8.1</version>
+                <configuration>
+                    <stylesheet>maven</stylesheet>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>aggregate</goal>
+                        </goals>
+                        <phase>site</phase>
+                    </execution> 
+                    <execution> 
+                        <id>attach-javadocs</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals> 
+                    </execution> 
+                </executions> 
+            </plugin>
+            <plugin>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>jar-no-fork</goal>
+                        </goals> 
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin> 
+                <!-- explicitly define maven-deploy-plugin after other to force exec order -->
+                <artifactId>maven-deploy-plugin</artifactId> 
+                <executions> 
+                    <execution> 
+                        <id>deploy</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>deploy</goal>
+                        </goals> 
+                    </execution> 
+                </executions> 
+            </plugin> 
+        </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.2.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.7</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>2.4.0</version>
+                <configuration>
+                    <effort>Max</effort>
+                    <threshold>Low</threshold>
+                    <goal>site</goal>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>2.0-beta-2</version>
+            </plugin>
+        </plugins>
+    </reporting>
+    <profiles>
+        <profile>
+            <id>viewbuild</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <properties>
+                <build.suffix>${project.version}</build.suffix>
+            </properties>
+        </profile>
+        <profile>
+            <id>jenkins</id>
+            <activation>
+                <property>
+                    <name>BUILDSUFFIX</name>
+                </property>
+            </activation>
+            <properties>
+                <build.suffix>${BUILDSUFFIX}</build.suffix>
+            </properties>
+        </profile>
+    </profiles>
+</project>
index e29d6c05dbb32f7c3de60dcd1f4f39adf031be04..2993d8d4b24ee16d698d953efcbf70e284e928f4 100644 (file)
@@ -2,7 +2,7 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-      <groupId>org.opendaylight.openflow</groupId>
+      <groupId>org.opendaylight.openflowjava</groupId>
       <artifactId>openflow-protocol-parent</artifactId>
       <version>0.1-SNAPSHOT</version>
       <relativePath>../../</relativePath>
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index e1100a5f0ec5e6ca206eb480baa99fb4d4ff1a90..379c6197737bc697da2d4ef685cccdbfc9024fa1 100644 (file)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <!-- Get some common settings for the project we are using it in -->
   <parent>
-    <groupId>org.opendaylight.openflow</groupId>
+    <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
     <version>0.1-SNAPSHOT</version>
     <relativePath>../../</relativePath>