Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
Update seven2six to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Aug 31, 2013
1 parent 7b4b569 commit 09fcc21
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.jboss.seven2six</groupId>
<artifactId>seven2six</artifactId>
<version>1.0.Final</version>
<version>1.1.Final</version>
<executions>
<execution>
<id>weave</id>
Expand All @@ -133,6 +133,16 @@
<goal>transform</goal>
</goals>
</execution>
<execution>
<id>weave-test</id>
<phase>process-test-classes</phase>
<goals>
<goal>transform</goal>
</goals>
<configuration>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
</configuration>
</execution>
</executions>

<configuration>
Expand Down

0 comments on commit 09fcc21

Please sign in to comment.