/[schmitzm]/trunk/schmitzm-parent/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-parent/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1406 by alfonx, Wed Jan 26 19:44:40 2011 UTC revision 1586 by alfonx, Tue May 17 19:07:00 2011 UTC
# Line 13  Line 13 
13    
14          <properties>          <properties>
15                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16                    <schmitzm.version>${project.version}</schmitzm.version>
17                  <geotools.version>2.6.5</geotools.version>                  <geotools.version>2.6.5</geotools.version>
18    <!--            <geotools.version>2.7-RC1</geotools.version> -->
19          </properties>          </properties>
20    
21          <issueManagement>          <issueManagement>
# Line 90  Line 92 
92                          <scope>system</scope>                          <scope>system</scope>
93                          <systemPath>${java.home}/../lib/tools.jar</systemPath>                          <systemPath>${java.home}/../lib/tools.jar</systemPath>
94                  </dependency>                  </dependency>
95    
96                    <dependency>
97                            <groupId>junit</groupId>
98                            <artifactId>junit</artifactId>
99                            <version>4.8.2</version>
100                            <type>jar</type>
101                            <scope>test</scope>
102                    </dependency>
103            
104                    <dependency>
105    <!--                     Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->
106    <!--                            to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
107                            <groupId>log4j</groupId>
108                            <artifactId>log4j</artifactId>
109                            <version>1.2.14</version>
110                    </dependency>
111          </dependencies>          </dependencies>
112    
113          <build>          <build>
# Line 222  Line 240 
240                  </snapshotRepository>                  </snapshotRepository>
241    
242          </distributionManagement>          </distributionManagement>
         <profiles>  
                 <profile>  
                         <id>resourceOperationRemove</id>  
                         <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"  
                                 the build will remove any lines in the resource bundes that are tagged with  
                                 REMOVEME_ -->  
                         <build>  
                                 <plugins>  
                                         <plugin>  
                                                 <groupId>org.codehaus.mojo</groupId>  
                                                 <artifactId>exec-maven-plugin</artifactId>  
                                                 <version>1.2</version>  
                                                 <executions>  
                                                         <execution>  
                                                                 <phase>generate-sources</phase>  
                                                                 <goals>  
                                                                         <goal>java</goal>  
                                                                 </goals>  
                                                                 <configuration>  
                                                                         <mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>  
                                                                         <arguments>  
                                                                                 <argument>-s</argument>  
                                                                                 <argument>${project.build.directory}/../src</argument>  
                                                                                 <argument>-b</argument>  
                                                                                 <argument>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  
                                                                                 </argument>  
                                                                         </arguments>  
                                                                 </configuration>  
                                                         </execution>  
                                                 </executions>  
                                         </plugin>  
                                 </plugins>  
                         </build>  
                 </profile>  
         </profiles>  
   
243  </project>  </project>

Legend:
Removed from v.1406  
changed lines
  Added in v.1586

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26