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

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

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

revision 2277 by mojays, Sat Mar 23 15:32:18 2013 UTC revision 2279 by mojays, Sun Mar 24 11:17:42 2013 UTC
# Line 47  Line 47 
47                  </dependency>                  </dependency>
48          </dependencies>          </dependencies>
49    
50          <build>          <profiles>
51          </build>                  <profile>
52                            <id>resourceOperationRemove</id>
53                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
54                                    the build will remove any lines in the resource bundes that are tagged with
55                                    REMOVEME_ -->
56                            <build>
57                                    <plugins>
58                                            <plugin>
59                                                    <groupId>org.codehaus.mojo</groupId>
60                                                    <artifactId>exec-maven-plugin</artifactId>
61                                                    <version>1.2</version>
62                                                    <executions>
63                                                            <execution>
64                                                                    <phase>generate-sources</phase>
65                                                                    <goals>
66                                                                            <goal>java</goal>
67                                                                    </goals>
68                                                                    <configuration>
69                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
70                                                                            <arguments>
71                                                                                    <argument>-s</argument>
72                                                                                    <argument>${basedir}/src/main/resources</argument>
73                                                                                    <argument>-b</argument>
74                                                                                    <argument>de.schmitzm.db.hibernate.resource.locales.HibernateResourceBundle
75                                                                                    </argument>
76                                                                            </arguments>
77                                                                    </configuration>
78                                                            </execution>
79                                                    </executions>
80                                            </plugin>
81                                    </plugins>
82                            </build>
83                    </profile>
84            </profiles>
85  </project>  </project>

Legend:
Removed from v.2277  
changed lines
  Added in v.2279

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26