first try to push to nexus
[upnpmonitor] / pom.xml
diff --git a/pom.xml b/pom.xml
index c848d4063df18c8838759bc16f71a29bf9634db7..08c87a0f80ad9ab5f37fa3f65fbeef4c35afd07c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        </developers>
 
        <modules>
+    <!--
                <module>monitor</module>
                <module>wamblee-upnpmonitor</module>
+    -->
                <module>site</module>
        </modules>
        
-       <dependencies>
+       <!--dependencies>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
 
-       </dependencies>
+       </dependencies -->
 
        <dependencyManagement>
                <dependencies>
                    <dependency>
+                <groupId>org.wamblee</groupId>
+                <artifactId>wamblee-support-general</artifactId>
+                <version>0.7</version>
+            </dependency>
+                   <dependency>
                 <groupId>org.teleal.cling</groupId>
                 <artifactId>cling-core</artifactId>
                 <version>1.0.5</version>
                        <plugins>
                                <plugin>
                                        <artifactId>maven-site-plugin</artifactId>
-                                       <version>3.0-beta-3</version>
-                                       <configuration>
-                                               <reportPlugins>
-                                                       <plugin>
-                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                                                               <version>2.3.1</version>
-                                                               <configuration>
-                                                                       <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                                                                       <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                                                               </configuration>
-                                                       </plugin>
-                                                       <plugin>
-                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                               <artifactId>maven-javadoc-plugin</artifactId>
-                                                               <version>2.7</version>
-                                                       </plugin>
-                                                       <plugin>
-                                                               <groupId>org.codehaus.mojo</groupId>
-                                                               <artifactId>cobertura-maven-plugin</artifactId>
-                                                               <version>2.3</version>
-                                                               <configuration>
-                                                                       <formats>
-                                                                               <format>xml</format>
-                                                                               <format>html</format>
-                                                                       </formats>
-                                                               </configuration>
-                                                       </plugin>               
-                                               </reportPlugins>
-                                       </configuration>
+                                       <version>3.12.0</version>
                                </plugin>
                        </plugins>
                </pluginManagement>
        </build>
 
 
-       <reporting>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>findbugs-maven-plugin</artifactId>
-                               <version>2.3.1</version>
-                               <configuration>
-                                       <xmlOutput>true</xmlOutput>
-                                       <!-- Optional derectory to put findbugs xdoc xml report -->
-                                       <xmlOutputDirectory>target/site</xmlOutputDirectory>
-                                       <findbugsXmlOutput>true</findbugsXmlOutput>
-                                       <!-- Optional directory to put findbugs xml report -->
-                                       <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
-                               </configuration>
-
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>changes-maven-plugin</artifactId>
-                               <version>2.0-beta-1</version>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>changes-report</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.6.1</version>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>surefire-report-maven-plugin</artifactId>
-                               <version>2.0-beta-1</version>
-                       </plugin>
-                       <!-- checkstyle -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-checkstyle-plugin</artifactId>
-                               <version>2.5</version>
-                               <configuration>
-                                       <configLocation>org.wamblee.checkstyle.xml</configLocation>
-                               </configuration>
-                       </plugin>
-
-               </plugins>
-       </reporting>
-
        <profiles>
                <profile>
                        <id>release</id>
        </profiles>
 
        <distributionManagement>
+           <repository>
+            <id>sparrow</id>
+            <name>wamblee.org maven repository</name>
+            <url>http://wamblee.org/nexus/content/repositories/rpms/</url>
+        </repository>
+
                <site>
                        <id>test-enterprise-site</id>
                        <url>file:${distrib}/main</url>