Skip to content

Commit

Permalink
HV-481 Modify where JAXB classes are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored and hferentschik committed Mar 2, 2012
1 parent f4fcdb5 commit 4aa7e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hibernate-validator/pom.xml
Expand Up @@ -174,7 +174,6 @@
</executions>
<configuration>
<packageName>org.hibernate.validator.internal.xml</packageName>
<outputDirectory>${basedir}/target/generated-sources</outputDirectory>
<extension>true</extension>
</configuration>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -421,7 +421,7 @@
<processors>
<processor>org.jboss.logging.generator.apt.LoggingToolsProcessor</processor>
</processors>
<compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources -source 1.5 -target 1.5 -sourcepath ${project.build.directory}/generated-sources -encoding UTF-8</compilerArguments>
<compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources -source 1.5 -target 1.5 -sourcepath ${project.build.directory}/generated-sources/jaxb -encoding UTF-8</compilerArguments>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4aa7e32

Please sign in to comment.