Skip to content

Commit

Permalink
Copypasta error: attachClasses was supposed to be in the war config, …
Browse files Browse the repository at this point in the history
…not failsafe config
  • Loading branch information
Edwin Shin committed Jun 21, 2013
1 parent cc19f10 commit 745fc9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -73,11 +73,13 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<attachClasses>true</attachClasses>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<attachClasses>true</attachClasses>
<systemPropertyVariables>
<test.port>${test.port}</test.port>
<test.context.path>${test.context.path}</test.context.path>
Expand Down

0 comments on commit 745fc9a

Please sign in to comment.