Skip to content

Commit

Permalink
improve pom
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/license-maven-plugin@17337 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
Tony Chemit committed Aug 19, 2012
1 parent 544042c commit 93eb18d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<license.useMissingFile>true</license.useMissingFile>
<license.failIfWarning>true</license.failIfWarning>
<license.licenseName>lgpl_v3</license.licenseName>
<licensePluginVersion>1.1</licensePluginVersion>
<licensePluginVersion>1.2</licensePluginVersion>

<pluginPluginVersion>3.1</pluginPluginVersion>

Expand Down Expand Up @@ -209,14 +209,13 @@
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${pluginPluginVersion}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>

<dependency>
Expand All @@ -230,7 +229,6 @@
<groupId>org.nuiton.processor</groupId>
<artifactId>nuiton-processor</artifactId>
<version>${processorVersion}</version>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -299,9 +297,6 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>generate-descriptor</id>
Expand Down
6 changes: 4 additions & 2 deletions src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
# - Apache Public License 2.0
# - BSD
# - BSD style
# - BSD-style license
# - Common Public License Version 1.0
# - Lesser General Public License (LGPL) v 3.0
# - MIT License
# - Public Domain
# - The Apache Software License, Version 1.1
# - The Apache Software License, Version 2.0
# - http://classworlds.codehaus.org/license.html
#-------------------------------------------------------------------------------
# Please fill the missing licenses for dependencies :
#
#
#Mon Apr 09 18:50:06 CEST 2012
#Sun Aug 19 20:16:50 CEST 2012
classworlds--classworlds--1.1=http\://classworlds.codehaus.org/license.html
commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0
commons-digester--commons-digester--1.6=The Apache Software License, Version 2.0
nekohtml--xercesMinimal--1.9.6.2=The Apache Software License, Version 1.1
org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0
Expand Down

0 comments on commit 93eb18d

Please sign in to comment.