Skip to content

Commit

Permalink
Automated commit from task: commitPropertiesFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
serv-builder committed Apr 15, 2016
1 parent ac88092 commit 962279c
Showing 1 changed file with 69 additions and 75 deletions.
144 changes: 69 additions & 75 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
<version>1.3.1-SNAPSHOT</version>
<name>General Code for Hub Integration with CI systems</name>
<inceptionYear>2015</inceptionYear>

<licenses>
<license>
<name>GNU Lesser General Public License v2.1 only</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
</license>
<license>
<name>GNU Lesser General Public License v2.1 only</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
</license>
</licenses>

<organization>
<name>Black Duck Software, Inc.</name>
<url>http://www.blackducksoftware.com/</url>
</organization>

<developers>
<developer>
<id>jrichard</id>
Expand All @@ -37,31 +34,28 @@
<url>http://maven.restlet.org</url>
</repository>
<repository>
<id>bintray-bds-integration</id>
<url>http://dl.bintray.com/bds/integration/</url>
</repository>
<repository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</repository>
<id>bintray-bds-integration</id>
<url>http://dl.bintray.com/bds/integration/</url>
</repository>
<repository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</repository>
<snapshotRepository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</snapshotRepository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</repository>
<snapshotRepository>
<id>bds-int-public</id>
<url>https://updates.suite.blackducksoftware.com/bdosvr/</url>
</snapshotRepository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build.info.version>2.0.2</build.info.version>
</properties>

<dependencies>
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
Expand All @@ -78,10 +72,10 @@
<artifactId>build-info-recorder-mvn31</artifactId>
<version>${build.info.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -210,24 +204,24 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<includeScope>compile</includeScope>
<useSubDirectoryPerScope>true</useSubDirectoryPerScope>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<includeScope>compile</includeScope>
<useSubDirectoryPerScope>true</useSubDirectoryPerScope>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand All @@ -251,32 +245,32 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -297,9 +291,9 @@
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 962279c

Please sign in to comment.