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

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

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

revision 1392 by alfonx, Wed Jan 26 15:27:58 2011 UTC revision 1449 by alfonx, Thu Jan 27 13:51:10 2011 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-jfree</artifactId>          <artifactId>schmitzm-jfree</artifactId>
7          <version>1.0-SNAPSHOT</version>          <version>2.5-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <name>schmitzm-jfree</name>          <name>schmitzm-jfree</name>
# Line 13  Line 13 
13          <parent>          <parent>
14                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
15                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
16                  <version>1.0-SNAPSHOT</version>                  <version>2.5-SNAPSHOT</version>
17                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
18          </parent>          </parent>
19    
# Line 22  Line 22 
22                  <dependency>                  <dependency>
23                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
24                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
25                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
26                          <type>test-jar</type>                          <type>jar</type>
27                          <scope>test</scope>                          <scope>compile</scope>
28                  </dependency>                  </dependency>
29    
30                  <dependency>                  <dependency>
31                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
32                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
33                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
34                          <type>jar</type>                          <type>test-jar</type>
35                          <scope>compile</scope>                          <scope>test</scope>
36                  </dependency>                  </dependency>
37                    
38                  <dependency>                  <dependency>
39                          <groupId>jfree</groupId>                          <groupId>jfree</groupId>
40                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
# Line 50  Line 50 
50                          <scope>compile</scope>                          <scope>compile</scope>
51                  </dependency>                  </dependency>
52          </dependencies>          </dependencies>
53            
54            
55            <profiles>
56                    <profile>
57                            <id>resourceOperationRemove</id>
58                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
59                                    the build will remove any lines in the resource bundes that are tagged with
60                                    REMOVEME_ -->
61                            <build>
62                                    <plugins>
63                                            <plugin>
64                                                    <groupId>org.codehaus.mojo</groupId>
65                                                    <artifactId>exec-maven-plugin</artifactId>
66                                                    <version>1.2</version>
67                                                    <executions>
68                                                            <execution>
69                                                                    <phase>generate-sources</phase>
70                                                                    <goals>
71                                                                            <goal>java</goal>
72                                                                    </goals>
73                                                                    <configuration>
74                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
75                                                                            <arguments>
76    <!--                                                                            <argument>-s</argument>-->
77    <!--                                                                            <argument>${project.build.directory}/../src</argument>-->
78                                                                                    <argument>-b</argument>
79                                                                                    <argument>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
80                                                                                    </argument>
81                                                                            </arguments>
82                                                                    </configuration>
83                                                            </execution>
84                                                    </executions>
85                                            </plugin>
86                                    </plugins>
87                            </build>
88                    </profile>
89            </profiles>
90            
91  </project>  </project>

Legend:
Removed from v.1392  
changed lines
  Added in v.1449

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26