Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[build] avoid creating -classes artifact for war file, results in err…
Browse files Browse the repository at this point in the history
…oneous deploy to nexus
  • Loading branch information
smee committed Jul 23, 2010
1 parent a58ba7c commit c1b1af4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examServer/pom.xml
Expand Up @@ -97,9 +97,9 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<configuration><!--
<attachClasses>true</attachClasses>
<archive>
--><archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addClasspath>false</addClasspath>
Expand Down
4 changes: 2 additions & 2 deletions taskmodel/taskmodel-core-view/pom.xml
Expand Up @@ -212,8 +212,8 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.1-alpha-2</version>
<configuration>
<attachClasses>true</attachClasses>
<archive>
<!--<attachClasses>true</attachClasses>
--><archive>
<manifest>
<addClasspath>false</addClasspath>
</manifest>
Expand Down

0 comments on commit c1b1af4

Please sign in to comment.