Bump versions to 5.0.6-SNAPSHOT
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 430f1b63b95f2e32185a0cc43dbc0a12c44085c9..bf290c8fd0fc2f2dbef5f761bed2101d9cc4f1de 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
-\r
-    <modelVersion>4.0.0</modelVersion>\r
-    <artifactId>yangtools</artifactId>\r
-    <groupId>org.opendaylight.yangtools</groupId>\r
-    <version>0.5-SNAPSHOT</version>\r
-    <packaging>pom</packaging>\r
-\r
-    <properties>\r
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-        <slf4j.version>1.7.2</slf4j.version>\r
-        <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
-        <yang.version>0.5.8-SNAPSHOT</yang.version>\r
-        <maven.bundle.version>2.4.0</maven.bundle.version>\r
-        <maven.jar.version>2.4</maven.jar.version>\r
-        <maven.source.version>2.2.1</maven.source.version>\r
-        <maven.surefire.version>2.16</maven.surefire.version>\r
-    </properties>\r
-\r
-    <modules>\r
-        <module>yang</module>\r
-        <module>code-generator</module>\r
-        <module>restconf</module>\r
-        <module>model</module>\r
-    </modules>\r
-\r
-    <pluginRepositories>\r
-        <!-- Maven repo2 mirror -->\r
-        <!-- http://repo2.maven.org/maven2 -->\r
-        <pluginRepository>\r
-            <id>central2</id>\r
-            <name>central2</name>\r
-            <url>${nexusproxy}/repositories/central2/</url>\r
-        </pluginRepository>\r
-        <!-- Maven repo1 mirror -->\r
-        <!-- http://repo1.maven.org/maven2 -->\r
-        <pluginRepository>\r
-            <id>central</id>\r
-            <name>central</name>\r
-            <url>${nexusproxy}/repositories/central/</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 \r
-            other 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
-\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
-            <dependency>\r
-                <groupId>com.google.guava</groupId>\r
-                <artifactId>guava</artifactId>\r
-                <version>14.0.1</version>\r
-            </dependency>\r
-        </dependencies>\r
-    </dependencyManagement>\r
-\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>\r
-            <id>${project.artifactId}-site</id>\r
-            <url>./</url>\r
-        </site>\r
-    </distributionManagement>\r
-\r
-    <build>\r
-        <plugins>\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-compiler-plugin</artifactId>\r
-                <version>2.0</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-source-plugin</artifactId>\r
-                <version>${maven.source.version}</version>\r
-                <executions>\r
-                    <execution>\r
-                        <id>attach-sources</id>\r
-                        <goals>\r
-                            <goal>jar</goal>\r
-                        </goals>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-javadoc-plugin</artifactId>\r
-                <version>2.9.1</version>\r
-                <configuration>\r
-                    <stylesheet>maven</stylesheet>\r
-                </configuration>\r
-                <executions>\r
-                    <execution>\r
-                        <id>attach-javadocs</id>\r
-                        <goals>\r
-                            <goal>jar</goal>\r
-                        </goals>\r
-                    </execution>\r
-                    <execution>\r
-                        <goals>\r
-                            <goal>aggregate</goal>\r
-                        </goals>\r
-                        <phase>site</phase>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-        </plugins>\r
-    </build>\r
-\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
-\r
-</project>\r
-\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<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">
+
+    <parent>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>7.0.5</version>
+      <relativePath/>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.yangtools</groupId>
+    <artifactId>yangtools-aggregator</artifactId>
+    <version>5.0.6-SNAPSHOT</version>
+    <name>yangtools</name> <!-- Used by Sonar to set project name -->
+    <packaging>pom</packaging>
+
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</developerConnection>
+        <url>https://wiki.opendaylight.org/view/YANG_Tools:Main</url>
+        <tag>HEAD</tag>
+    </scm>
+
+    <modules>
+        <module>artifacts</module>
+        <module>benchmarks</module>
+        <module>bundle-parent</module>
+        <module>common</module>
+        <module>docs</module>
+        <module>features</module>
+        <module>yang</module>
+        <module>yang-validation-tool</module>
+    </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
+    <profiles>
+        <profile>
+            <id>karaf</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+
+            <modules>
+                <module>distribution-karaf</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>sonar-jacoco-aggregate</id>
+            <activation>
+                <property>
+                    <name>odl.jacoco.aggregateFile</name>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.jacoco</groupId>
+                        <artifactId>jacoco-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>merge</id>
+                                <goals>
+                                    <goal>merge</goal>
+                                </goals>
+                                <phase>generate-resources</phase>
+                                <configuration>
+                                    <destFile>${odl.jacoco.aggregateFile}</destFile>
+                                    <fileSets>
+                                        <fileSet>
+                                            <directory>${project.basedir}</directory>
+                                            <includes>
+                                                <include>**/target/code-coverage/*.exec</include>
+                                            </includes>
+                                        </fileSet>
+                                    </fileSets>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>