Skip to content

Commit

Permalink
HV-496 Using 'testing' as classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Dec 8, 2011
1 parent b7f361b commit e59a8c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hibernate-validator/pom.xml
Expand Up @@ -192,9 +192,11 @@
<id>test-jar</id>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
<goal>jar</goal>
</goals>
<configuration>
<classifier>testing</classifier>
<classesDirectory>${project.build.testOutputDirectory}</classesDirectory>
<includes>
<include>org/hibernate/validator/testutil/**</include>
</includes>
Expand Down

0 comments on commit e59a8c6

Please sign in to comment.