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

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

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

revision 2231 by alfonx, Fri Feb 15 08:07:22 2013 UTC revision 2265 by mojays, Fri Mar 1 00:56:49 2013 UTC
# Line 42  Line 42 
42                  </dependency>                  </dependency>
43          </dependencies>          </dependencies>
44    
45            <profiles>
46                    <profile>
47                            <id>resourceOperationRemove</id>
48                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
49                                    the build will remove any lines in the resource bundes that are tagged with
50                                    REMOVEME_ -->
51                            <build>
52                                    <plugins>
53                                            <plugin>
54                                                    <groupId>org.codehaus.mojo</groupId>
55                                                    <artifactId>exec-maven-plugin</artifactId>
56                                                    <version>1.2</version>
57                                                    <executions>
58                                                            <execution>
59                                                                    <phase>generate-sources</phase>
60                                                                    <goals>
61                                                                            <goal>java</goal>
62                                                                    </goals>
63                                                                    <configuration>
64                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
65                                                                            <arguments>
66                                                                                    <argument>-s</argument>
67                                                                                    <argument>${basedir}/src/main/resources</argument>
68                                                                                    <argument>-b</argument>
69                                                                                    <argument>de.schmitzm.csv.resource.locales.CSVResourceBundle
70                                                                                    </argument>
71                                                                            </arguments>
72                                                                    </configuration>
73                                                            </execution>
74                                                    </executions>
75                                            </plugin>
76                                    </plugins>
77                            </build>
78                    </profile>
79            </profiles>
80    
81            <build>
82    
83                    <pluginManagement>
84                            <plugins>
85                                    <!--This plugin's configuration is used to store Eclipse m2e settings
86                                            only. It has no influence on the Maven build itself. -->
87                                    <plugin>
88                                            <groupId>org.eclipse.m2e</groupId>
89                                            <artifactId>lifecycle-mapping</artifactId>
90                                            <version>1.0.0</version>
91                                            <configuration>
92                                                    <lifecycleMappingMetadata>
93                                                            <pluginExecutions>
94                                                                    <pluginExecution>
95                                                                            <pluginExecutionFilter>
96                                                                                    <groupId>
97                                                                                            org.codehaus.mojo
98                                                                                    </groupId>
99                                                                                    <artifactId>
100                                                                                            exec-maven-plugin
101                                                                                    </artifactId>
102                                                                                    <versionRange>
103                                                                                            [1.2,)
104                                                                                    </versionRange>
105                                                                                    <goals>
106                                                                                            <goal>java</goal>
107                                                                                    </goals>
108                                                                            </pluginExecutionFilter>
109                                                                            <action>
110                                                                                    <ignore></ignore>
111                                                                            </action>
112                                                                    </pluginExecution>
113                                                            </pluginExecutions>
114                                                    </lifecycleMappingMetadata>
115                                            </configuration>
116                                    </plugin>
117                            </plugins>
118                    </pluginManagement>
119    
120    
121            </build>
122  </project>  </project>

Legend:
Removed from v.2231  
changed lines
  Added in v.2265

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26