[Schmitzm-commits] r2288 - in trunk: schmitzm-hibernate schmitzm-mp3
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 26 20:59:16 CET 2013
Author: mojays
Date: 2013-03-26 20:59:16 +0100 (Tue, 26 Mar 2013)
New Revision: 2288
Modified:
trunk/schmitzm-hibernate/pom.xml
trunk/schmitzm-mp3/pom.xml
Log:
schmitzm-hibernate pom.xml: Ignore execution of ResourceProviderOperator in Eclipse
schmitzm-mp3 pom.xml: resource bundle added
Modified: trunk/schmitzm-hibernate/pom.xml
===================================================================
--- trunk/schmitzm-hibernate/pom.xml 2013-03-25 23:15:36 UTC (rev 2287)
+++ trunk/schmitzm-hibernate/pom.xml 2013-03-26 19:59:16 UTC (rev 2288)
@@ -82,4 +82,46 @@
</build>
</profile>
</profiles>
+
+ <build>
+
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+ org.codehaus.mojo
+ </groupId>
+ <artifactId>
+ exec-maven-plugin
+ </artifactId>
+ <versionRange>
+ [1.2,)
+ </versionRange>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+
+ </build>
</project>
Modified: trunk/schmitzm-mp3/pom.xml
===================================================================
--- trunk/schmitzm-mp3/pom.xml 2013-03-25 23:15:36 UTC (rev 2287)
+++ trunk/schmitzm-mp3/pom.xml 2013-03-26 19:59:16 UTC (rev 2288)
@@ -56,7 +56,7 @@
<argument>-s</argument>
<argument>${basedir}/src/main/resources</argument>
<argument>-b</argument>
- <argument>de.schmitzm.mp3.id3.resource.locales.ID3TagResourceBundle
+ <argument>de.schmitzm.mp3.resource.locales.MP3ResourceBundle;de.schmitzm.mp3.id3.resource.locales.ID3TagResourceBundle
</argument>
</arguments>
</configuration>
More information about the Schmitzm-commits
mailing list