perfsonar-dev - perfsonar: r4010 - trunk/surfnet_java-flowsubscription-mp
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r4010 - trunk/surfnet_java-flowsubscription-mp
- Date: Mon, 16 Jun 2008 10:19:42 -0400
Author: michael.bischoff
Date: 2008-06-16 10:19:42 -0400 (Mon, 16 Jun 2008)
New Revision: 4010
Modified:
trunk/surfnet_java-flowsubscription-mp/pom.xml
Log:
added findbugs report.
Modified: trunk/surfnet_java-flowsubscription-mp/pom.xml
===================================================================
--- trunk/surfnet_java-flowsubscription-mp/pom.xml 2008-06-16 14:19:26
UTC (rev 4009)
+++ trunk/surfnet_java-flowsubscription-mp/pom.xml 2008-06-16 14:19:42
UTC (rev 4010)
@@ -1,214 +1,248 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>perfsonar</groupId>
- <artifactId>flowsubscription-mp</artifactId>
- <packaging>war</packaging>
- <name>Flowsubscription Measurement Archive</name>
- <version>0.1</version>
- <description>Flow subscription Measurement Point for
- perfSONAR. For more information see the
wiki-page.</description>
-
<url>http://wiki.perfsonar.net/jra1-wiki/index.php/Flow_Subscription_MP</url>
- <issueManagement>
- <system>bugzilla</system>
- <url>http://bugzilla.perfsonar.net</url>
- </issueManagement>
- <inceptionYear>2007</inceptionYear>
- <developers>
- <developer>
- <id>gijs</id>
- <name>Gijs Molenaar</name>
- <organization>SURFnet bv</organization>
- <organizationUrl>http://www.surfnet.nl</organizationUrl>
- </developer>
- <developer>
- <name>Hans Trompert</name>
- <organization>SURFnet bv</organization>
- <organizationUrl>http://www.surfnet.nl</organizationUrl>
- </developer>
- <developer>
- <id>michael.bischoff</id>
- <name>Michael Bischoff</name>
- <organization>SURFnet bv</organization>
- <organizationUrl>http://www.surfnet.nl</organizationUrl>
- </developer>
- </developers>
- <scm>
- <connection>scm:svn:anonsvn.internet2.edu/svn/</connection>
-
<developerConnection>scm:svn:svn.internet2.edu/svn/perfsonar/</developerConnection>
- </scm>
- <organization>
- <name>perfSONAR</name>
- <url>http://www.perfsonar.net</url>
- </organization>
- <build>
- <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
- <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
- <outputDirectory>${basedir}/bin</outputDirectory>
- <directory>${basedir}/build</directory>
- <finalName>surfnet_java-flowsubscription-mp</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>Update server-config.wsdd</id>
- <phase>process-classes</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <java fork="true" dir="${basedir}/conf/axis-1.4/WEB-INF/"
classname="org.apache.axis.utils.Admin"
classpathref="maven.compile.classpath">
- <arg value="server" />
- <arg value="${basedir}/conf/wsdd/service-deploy.wsdd" />
- </java>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/conf/axis-1.4/</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- <resource>
- <directory>${basedir}/conf/wsdd/</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <targetPath>wsdd</targetPath>
- </resource>
- <resource>
- <directory>${basedir}/conf/</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <excludes>
- <exclude>axis-1.4/**/*</exclude>
- <exclude>wsdd/**/*</exclude>
- </excludes>
- <targetPath>WEB-INF/classes/perfsonar/conf</targetPath>
- </resource>
- </webResources>
- <webXml>${basedir}/conf/axis-1.4/WEB-INF/web.xml</webXml>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>personar</id>
- <name>personar repository</name>
-
<url>http://anonsvn.internet2.edu/svn/perfsonar/trunk/jar-repository/</url>
- </repository>
- <repository>
- <id>personar_leg</id>
- <name>personar repository</name>
-
<url>http://anonsvn.internet2.edu/svn/perfsonar/trunk/jar-repository/</url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <id>codehaus-release-repo</id>
- <name>Codehaus Release Repo</name>
- <url>http://repository.codehaus.org</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>perfsonar</groupId>
- <artifactId>perfsonar-base</artifactId>
- <version>1.0.20080520</version>
- </dependency>
- <dependency>
- <groupId>perfsonar</groupId>
- <artifactId>perfsonar-web-admin</artifactId>
- <version>0.8.6b</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.3.2</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.3</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <reporting>
- <excludeDefaults>true</excludeDefaults>
- <outputDirectory>${basedir}/doc/site</outputDirectory>
- <plugins>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
- <report>summary</report>
- <report>project-team</report>
- <report>dependencies</report>
- <report>mailing-list</report>
- <report>issue-tracking</report>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javancss-maven-plugin</artifactId>
- <configuration>
- <failOnViolation>false</failOnViolation>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>perfsonar</groupId>
+ <artifactId>flowsubscription-mp</artifactId>
+ <packaging>war</packaging>
+ <name>Flowsubscription Measurement Archive</name>
+ <version>0.1</version>
+ <description>
+ Flow subscription Measurement Point for perfSONAR. For more
+ information see the wiki-page.
+ </description>
+ <url>
+
http://wiki.perfsonar.net/jra1-wiki/index.php/Flow_Subscription_MP
+ </url>
+ <issueManagement>
+ <system>bugzilla</system>
+ <url>http://bugzilla.perfsonar.net</url>
+ </issueManagement>
+ <inceptionYear>2007</inceptionYear>
+ <developers>
+ <developer>
+ <id>gijs</id>
+ <name>Gijs Molenaar</name>
+ <organization>SURFnet bv</organization>
+
<organizationUrl>http://www.surfnet.nl</organizationUrl>
+ </developer>
+ <developer>
+ <name>Hans Trompert</name>
+ <organization>SURFnet bv</organization>
+
<organizationUrl>http://www.surfnet.nl</organizationUrl>
+ </developer>
+ <developer>
+ <id>michael.bischoff</id>
+ <name>Michael Bischoff</name>
+ <organization>SURFnet bv</organization>
+
<organizationUrl>http://www.surfnet.nl</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:svn:anonsvn.internet2.edu/svn/</connection>
+ <developerConnection>
+ scm:svn:svn.internet2.edu/svn/perfsonar/
+ </developerConnection>
+ </scm>
+ <organization>
+ <name>perfSONAR</name>
+ <url>http://www.perfsonar.net</url>
+ </organization>
+ <build>
+ <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
+ <testSourceDirectory>
+ ${basedir}/src/test/java
+ </testSourceDirectory>
+ <outputDirectory>${basedir}/bin</outputDirectory>
+ <directory>${basedir}/build</directory>
+ <finalName>surfnet_java-flowsubscription-mp</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>Update
server-config.wsdd</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <java
fork="true"
+
dir="${basedir}/conf/axis-1.4/WEB-INF/"
+
classname="org.apache.axis.utils.Admin"
+
classpathref="maven.compile.classpath">
+ <arg
value="server" />
+ <arg
+
value="${basedir}/conf/wsdd/service-deploy.wsdd" />
+ </java>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>
+
${basedir}/conf/axis-1.4/
+ </directory>
+ <includes>
+
<include>**/*</include>
+ </includes>
+ </resource>
+ <resource>
+
<directory>${basedir}/conf/wsdd/</directory>
+ <includes>
+
<include>**/*</include>
+ </includes>
+
<targetPath>wsdd</targetPath>
+ </resource>
+ <resource>
+
<directory>${basedir}/conf/</directory>
+ <includes>
+
<include>**/*</include>
+ </includes>
+ <excludes>
+
<exclude>axis-1.4/**/*</exclude>
+
<exclude>wsdd/**/*</exclude>
+ </excludes>
+ <targetPath>
+
WEB-INF/classes/perfsonar/conf
+ </targetPath>
+ </resource>
+ </webResources>
+ <webXml>
+
${basedir}/conf/axis-1.4/WEB-INF/web.xml
+ </webXml>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>personar</id>
+ <name>personar repository</name>
+ <url>
+
http://anonsvn.internet2.edu/svn/perfsonar/trunk/jar-repository/
+ </url>
+ </repository>
+ <repository>
+ <id>personar_leg</id>
+ <name>personar repository</name>
+ <url>
+
http://anonsvn.internet2.edu/svn/perfsonar/trunk/jar-repository/
+ </url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>codehaus-release-repo</id>
+ <name>Codehaus Release Repo</name>
+ <url>http://repository.codehaus.org</url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>perfsonar</groupId>
+ <artifactId>perfsonar-base</artifactId>
+ <version>1.0.20080520</version>
+ </dependency>
+ <dependency>
+ <groupId>perfsonar</groupId>
+ <artifactId>perfsonar-web-admin</artifactId>
+ <version>0.8.6b</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.3</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <excludeDefaults>true</excludeDefaults>
+ <outputDirectory>${basedir}/doc/site</outputDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>
+ maven-project-info-reports-plugin
+ </artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+
<report>summary</report>
+
<report>project-team</report>
+
<report>dependencies</report>
+
<report>mailing-list</report>
+
<report>issue-tracking</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javancss-maven-plugin</artifactId>
+ <configuration>
+
<failOnViolation>false</failOnViolation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+
<findbugsXmlOutput>true</findbugsXmlOutput>
+ <xmlOutput>true</xmlOutput>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
- perfsonar: r4010 - trunk/surfnet_java-flowsubscription-mp, svnlog, 06/16/2008
Archive powered by MHonArc 2.6.16.