--- trunk/schmitzm-parent/pom.xml 2011/01/26 15:27:58 1392 +++ trunk/schmitzm-parent/pom.xml 2011/01/26 15:38:44 1393 @@ -170,4 +170,171 @@ test + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + test-jar + jar + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.2 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.2 + + 1.6 + 1.6 + + **/.svn + + + + + + maven-antrun-plugin + 1.3 + + + + compile + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + central + libs-releases + http://artifactory.wikisquare.de/artifactory/libs-releases + + + + + snapshots + libs-snapshots + http://artifactory.wikisquare.de/artifactory/libs-snapshots + + + + + + + + + artifactory.wikisquare.de + artifactory.wikisquare.de-releases + http://artifactory.wikisquare.de/artifactory/libs-releases-local + + + + + artifactory.wikisquare.de + artifactory.wikisquare.de-snapshots + http://artifactory.wikisquare.de/artifactory/libs-snapshots-local + + + + + + + resourceOperationRemove + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2 + + + generate-sources + + java + + + schmitzm.lang.ResourceProviderOperator + + -s + ${project.build.directory}/../src + -b + schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle + + + + + + + + + + +