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

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

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

revision 1440 by alfonx, Thu Jan 27 13:08:28 2011 UTC revision 1466 by alfonx, Thu Jan 27 23:58:55 2011 UTC
# Line 97  Line 97 
97                  </dependency>                  </dependency>
98  -->  -->
99                  <dependency>                  <dependency>
100    <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export -->
101                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
102                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
103                          <version>2.4</version>                          <version>2.3</version>
104    <!--                    <version>2.4</version>-->
105                          <type>jar</type>                          <type>jar</type>
106                          <scope>compile</scope>                          <scope>compile</scope>
107                  </dependency>                  </dependency>
# Line 122  Line 124 
124                  </plugins>                  </plugins>
125    
126          </build>          </build>
127            
128            
129            <profiles>
130                    <profile>
131                            <id>resourceOperationRemove</id>
132                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
133                                    the build will remove any lines in the resource bundes that are tagged with
134                                    REMOVEME_ -->
135                            <build>
136                                    <plugins>
137                                            <plugin>
138                                                    <groupId>org.codehaus.mojo</groupId>
139                                                    <artifactId>exec-maven-plugin</artifactId>
140                                                    <version>1.2</version>
141                                                    <executions>
142                                                            <execution>
143                                                                    <phase>generate-sources</phase>
144                                                                    <goals>
145                                                                            <goal>java</goal>
146                                                                    </goals>
147                                                                    <configuration>
148                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
149                                                                            <arguments>
150                                                                                    <argument>-s</argument>
151                                                                                    <argument>${basedir}/src/main/resources</argument>
152                                                                                    <argument>-b</argument>
153                                                                                    <argument>de.schmitzm.swing.resource.locales.SwingResourceBundle;de.schmitzm.lang.resource.locales.LangResourceBundle;de.schmitzm.net.mail.resource.locales.MailResourceBundle;de.schmitzm.data.resource.locales.DataResourceBundle
154                                                                                    </argument>
155                                                                            </arguments>
156                                                                    </configuration>
157                                                            </execution>
158                                                    </executions>
159                                            </plugin>
160                                    </plugins>
161                            </build>
162                    </profile>
163            </profiles>
164            
165    
166  </project>  </project>

Legend:
Removed from v.1440  
changed lines
  Added in v.1466

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26