Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
351908 removed empty classifier tag from DefaultArtifacHandler compon…
Browse files Browse the repository at this point in the history
…ent declaration, as it results empty string classifier rather tnan null, as required by Maven API
  • Loading branch information
rkrzewski authored and ifedorenko committed Jul 14, 2011
1 parent 643d445 commit 9ffdaa7
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -53,7 +53,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>jar</extension>
<type>eclipse-plugin</type>
<packaging>eclipse-plugin</packaging>
Expand Down Expand Up @@ -117,7 +116,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>jar</extension>
<type>eclipse-test-plugin</type>
<packaging>eclipse-test-plugin</packaging>
Expand Down Expand Up @@ -169,7 +167,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>jar</extension>
<type>eclipse-feature</type>
<packaging>eclipse-feature</packaging>
Expand Down Expand Up @@ -217,7 +214,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>zip</extension>
<type>eclipse-update-site</type>
<packaging>eclipse-update-site</packaging>
Expand Down Expand Up @@ -263,7 +259,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>zip</extension>
<type>eclipse-application</type>
<packaging>eclipse-application</packaging>
Expand Down Expand Up @@ -317,7 +312,6 @@
org.apache.maven.artifact.handler.DefaultArtifactHandler
</implementation>
<configuration>
<classifier></classifier>
<extension>zip</extension>
<type>eclipse-repository</type>
<packaging>eclipse-repository</packaging>
Expand Down

0 comments on commit 9ffdaa7

Please sign in to comment.