Skip to content

Commit

Permalink
Added a configuration parameter "fieldVisibility" in pom.xml for the …
Browse files Browse the repository at this point in the history
…avro-maven-plugin so that it marks the fields as public and not public_deprecated (default avro compiler behavior)
  • Loading branch information
chompi committed Mar 15, 2013
1 parent d771316 commit 6c84852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<outputDirectory>${project.basedir}/src/main/java/</outputDirectory>
<testSourceDirectory>${project.basedir}/src/test/avro/</testSourceDirectory>
<testOutputDirectory>${project.basedir}/src/test/java/</testOutputDirectory>
<fieldVisibility>public</fieldVisibility>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 6c84852

Please sign in to comment.