/[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 2288 by mojays, Tue Mar 26 19:59:16 2013 UTC
# Line 47  Line 47 
47                  </dependency>                  </dependency>
48          </dependencies>          </dependencies>
49    
50            <profiles>
51                    <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    
86          <build>          <build>
87    
88                    <pluginManagement>
89                            <plugins>
90                                    <!--This plugin's configuration is used to store Eclipse m2e settings
91                                            only. It has no influence on the Maven build itself. -->
92                                    <plugin>
93                                            <groupId>org.eclipse.m2e</groupId>
94                                            <artifactId>lifecycle-mapping</artifactId>
95                                            <version>1.0.0</version>
96                                            <configuration>
97                                                    <lifecycleMappingMetadata>
98                                                            <pluginExecutions>
99                                                                    <pluginExecution>
100                                                                            <pluginExecutionFilter>
101                                                                                    <groupId>
102                                                                                            org.codehaus.mojo
103                                                                                    </groupId>
104                                                                                    <artifactId>
105                                                                                            exec-maven-plugin
106                                                                                    </artifactId>
107                                                                                    <versionRange>
108                                                                                            [1.2,)
109                                                                                    </versionRange>
110                                                                                    <goals>
111                                                                                            <goal>java</goal>
112                                                                                    </goals>
113                                                                            </pluginExecutionFilter>
114                                                                            <action>
115                                                                                    <ignore></ignore>
116                                                                            </action>
117                                                                    </pluginExecution>
118                                                            </pluginExecutions>
119                                                    </lifecycleMappingMetadata>
120                                            </configuration>
121                                    </plugin>
122                            </plugins>
123                    </pluginManagement>
124    
125    
126          </build>          </build>
127  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26