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

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

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

revision 1446 by alfonx, Thu Jan 27 13:34:11 2011 UTC revision 1448 by alfonx, Thu Jan 27 13:45:02 2011 UTC
# Line 156  Line 156 
156                  </dependency>                  </dependency>
157    
158          </dependencies>          </dependencies>
159            
160            
161            <profiles>
162                    <profile>
163                            <id>resourceOperationRemove</id>
164                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
165                                    the build will remove any lines in the resource bundes that are tagged with
166                                    REMOVEME_ -->
167                            <build>
168                                    <plugins>
169                                            <plugin>
170                                                    <groupId>org.codehaus.mojo</groupId>
171                                                    <artifactId>exec-maven-plugin</artifactId>
172                                                    <version>1.2</version>
173                                                    <executions>
174                                                            <execution>
175                                                                    <phase>generate-sources</phase>
176                                                                    <goals>
177                                                                            <goal>java</goal>
178                                                                    </goals>
179                                                                    <configuration>
180                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
181                                                                            <arguments>
182                                                                                    <argument>-s</argument>
183                                                                                    <argument>${project.build.directory}/../src</argument>
184                                                                                    <argument>-b</argument>
185                                                                                    <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
186                                                                                    </argument>
187                                                                            </arguments>
188                                                                    </configuration>
189                                                            </execution>
190                                                    </executions>
191                                            </plugin>
192                                    </plugins>
193                            </build>
194                    </profile>
195            </profiles>
196            
197  </project>  </project>

Legend:
Removed from v.1446  
changed lines
  Added in v.1448

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26