mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
26.43.2016 8060076eba33bf20d812c46ccdb84b5e179fd9ae
OPENDJ-2932 include *.properties files in the plugin's jar

Moved properties fields from src/main/java/ to src/main/resources/ so maven picks these files automatically.
1 files modified
2 files renamed
2 ■■■ changed files
opendj-server-example-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-example-plugin/src/main/resources/com/example/opendj/example_plugin.properties patch | view | raw | blame | history
opendj-server-example-plugin/src/main/resources/com/example/opendj/example_plugin_fr.properties patch | view | raw | blame | history
opendj-server-example-plugin/pom.xml
@@ -53,7 +53,7 @@
              <goal>generate-messages</goal>
            </goals>
            <configuration>
              <resourceDirectory>${basedir}/src/main/java</resourceDirectory>
              <resourceDirectory>${basedir}/src/main/resources</resourceDirectory>
              <messageFiles>
                <messageFile>com/example/opendj/example_plugin.properties</messageFile>
              </messageFiles>
opendj-server-example-plugin/src/main/resources/com/example/opendj/example_plugin.properties
opendj-server-example-plugin/src/main/resources/com/example/opendj/example_plugin_fr.properties