Skip to content

Commit

Permalink
Various POM upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Dec 15, 2015
1 parent 73b2ab9 commit 251c403
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<properties>
<connid.version>1.4.2.0</connid.version>
<connid.ldap.version>1.5.0-SNAPSHOT</connid.ldap.version>
<connid.ldap.version>1.5.0</connid.ldap.version>
<adsddl.verson>1.5</adsddl.verson>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<version>2.7</version>
<executions>
<execution>
<id>copy-javadoc-legal-files</id>
Expand All @@ -165,7 +165,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.8</version>
<version>2.11</version>
<inherited>false</inherited>
<configuration>
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
Expand Down Expand Up @@ -204,23 +204,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>ianal-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<executions>
<execution>
<goals>
<goal>verify-legal-files</goal>
</goals>
<configuration>
<!-- Fail the build if any artifacts are missing legal files -->
<strict>true</strict>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -274,13 +257,6 @@
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
<targetPath>.</targetPath>
<includes>
<include>org/**</include>
</includes>
</resource>
<resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
Expand Down

0 comments on commit 251c403

Please sign in to comment.