Thread: [Fb-contrib-commit] SF.net SVN: fb-contrib:[1477] trunk/fb-contrib/pom.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-12 06:00:24
|
Revision: 1477
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1477&view=rev
Author: dbrosius
Date: 2010-01-12 06:00:17 +0000 (Tue, 12 Jan 2010)
Log Message:
-----------
maven pom file contributed by Grzegorz Slowikowski - thanks!
Added Paths:
-----------
trunk/fb-contrib/pom.xml
Added: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml (rev 0)
+++ trunk/fb-contrib/pom.xml 2010-01-12 06:00:17 UTC (rev 1477)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- pom.xml developed by Grzegorz Slowikowski -->
+<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/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.mebigfatguy.fb-contrib</groupId>
+ <artifactId>fb-contrib</artifactId>
+ <version>4.0.0</version>
+
+ <name>FindBugs Contrib plugin library</name>
+ <description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.</description>
+ <url>http://fb-contrib.sourceforge.net</url>
+
+ <licenses>
+ <license>
+ <name>GNU Library or Lesser General Public License (LGPL)</name>
+ <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/tags/v4_0_0</connection>
+ <developerConnection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/tags/v4_0_0</developerConnection>
+ <url>http://fb-contrib.svn.sourceforge.net/viewvc/fb-contrib/</url>
+ </scm>
+
+ <mailingLists>
+ <mailingList>
+ <name>fb-contrib-commit</name>
+ <subscribe>https://lists.sourceforge.net/mailman/listinfo/fb-contrib-commit</subscribe>
+ <unsubscribe>https://lists.sourceforge.net/lists/options/fb-contrib-commit/</unsubscribe>
+ <post>fb-...@li...</post>
+ <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=fb-contrib-commit</archive>
+ </mailingList>
+
+ <mailingList>
+ <name>fb-contrib-discuss</name>
+ <subscribe>https://lists.sourceforge.net/mailman/listinfo/fb-contrib-discuss</subscribe>
+ <unsubscribe>https://lists.sourceforge.net/lists/options/fb-contrib-discuss/</unsubscribe>
+ <post>fb-...@li...</post>
+ <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=fb-contrib-discuss</archive>
+ </mailingList>
+ </mailingLists>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/tracker/?group_id=147536</url>
+ </issueManagement>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>findbugs</artifactId>
+ <version>1.3.9</version>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion><groupId>com.ibm.icu</groupId><artifactId>icu4j</artifactId></exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>${basedir}/src</sourceDirectory>
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>license.txt</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>${basedir}/etc</directory>
+ <excludes>
+ <exclude>*.xsd</exclude>
+ <exclude>*.xsl</exclude>
+ </excludes>
+ </resource>
+ </resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Property changes on: trunk/fb-contrib/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/xml
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-14 11:59:16
|
Revision: 1485
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1485&view=rev
Author: dbrosius
Date: 2010-01-14 11:59:08 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
modelVersion is always 4.0.0
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-01-14 06:01:07 UTC (rev 1484)
+++ trunk/fb-contrib/pom.xml 2010-01-14 11:59:08 UTC (rev 1485)
@@ -5,7 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.2.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>4.2.0</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-14 14:21:36
|
Revision: 1487
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1487&view=rev
Author: dbrosius
Date: 2010-01-14 14:21:29 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
add additional pom sections - contributed by Grzegorz Slowikowski
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-01-14 14:09:47 UTC (rev 1486)
+++ trunk/fb-contrib/pom.xml 2010-01-14 14:21:29 UTC (rev 1487)
@@ -8,12 +8,38 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
- <version>4.2.0</version>
+ <version>4.3.0-SNAPSHOT</version>
<name>FindBugs Contrib plugin library</name>
<description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.</description>
- <url>http://fb-contrib.sourceforge.net</url>
+ <url>http://fb-contrib.mebigfatguy.com</url>
+ <inceptionYear>2005</inceptionYear>
+ <developers>
+ <developer>
+ <id>dbrosius</id>
+ <name>Dave Brosius</name>
+ <email>dbr...@me...</email>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Bhaskar Maddala</name>
+ </contributor>
+ <contributor>
+ <name>Chris Peterson</name>
+ </contributor>
+ <contributor>
+ <name>Grzegorz Slowikowski</name>
+ <email>gsl...@gm...</email>
+ <properties>
+ <gtalk>gsl...@gm...</gtalk>
+ </properties>
+ <timezone>+1</timezone>
+ </contributor>
+ </contributors>
+
<licenses>
<license>
<name>GNU Library or Lesser General Public License (LGPL)</name>
@@ -61,9 +87,6 @@
<artifactId>findbugs</artifactId>
<version>1.3.9</version>
<scope>provided</scope>
- <exclusions>
- <exclusion><groupId>com.ibm.icu</groupId><artifactId>icu4j</artifactId></exclusion>
- </exclusions>
</dependency>
</dependencies>
@@ -85,22 +108,79 @@
</resource>
</resources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-19 01:54:51
|
Revision: 1502
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1502&view=rev
Author: dbrosius
Date: 2010-01-19 01:54:45 +0000 (Tue, 19 Jan 2010)
Log Message:
-----------
point pom to trunk, patch supplied by Grzegorz Slowikowski
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-01-19 01:35:57 UTC (rev 1501)
+++ trunk/fb-contrib/pom.xml 2010-01-19 01:54:45 UTC (rev 1502)
@@ -48,9 +48,9 @@
</licenses>
<scm>
- <connection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/tags/v4_0_0</connection>
- <developerConnection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/tags/v4_0_0</developerConnection>
- <url>http://fb-contrib.svn.sourceforge.net/viewvc/fb-contrib/</url>
+ <connection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/trunk/</connection>
+ <developerConnection>scm:svn:https://fb-contrib.svn.sourceforge.net/svnroot/fb-contrib/trunk/</developerConnection>
+ <url>http://fb-contrib.svn.sourceforge.net/viewvc/fb-contrib/trunk/</url>
</scm>
<mailingLists>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-10-16 05:07:59
|
Revision: 1630
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1630&view=rev
Author: dbrosius
Date: 2010-10-16 05:07:52 +0000 (Sat, 16 Oct 2010)
Log Message:
-----------
update version in pom
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-10-14 04:46:30 UTC (rev 1629)
+++ trunk/fb-contrib/pom.xml 2010-10-16 05:07:52 UTC (rev 1630)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<name>FindBugs Contrib plugin library</name>
<description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.</description>
@@ -183,4 +183,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-11-24 05:59:11
|
Revision: 1646
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1646&view=rev
Author: dbrosius
Date: 2010-11-24 05:59:04 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
add sonatype parent
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-11-24 05:39:00 UTC (rev 1645)
+++ trunk/fb-contrib/pom.xml 2010-11-24 05:59:04 UTC (rev 1646)
@@ -8,8 +8,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>5</version>
+ </parent>
+
<name>FindBugs Contrib plugin library</name>
<description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.</description>
<url>http://fb-contrib.mebigfatguy.com</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|