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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1586 - (hide annotations)
Tue May 17 19:07:00 2011 UTC (13 years, 9 months ago) by alfonx
File MIME type: text/xml
File size: 2452 byte(s)
SCHMITZM is now 2.6-SNAPSHOT!
1 alfonx 1386 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 alfonx 1392 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4 alfonx 1386
5 alfonx 1392 <groupId>de.schmitzm</groupId>
6     <artifactId>schmitzm-jfree</artifactId>
7 alfonx 1586 <version>2.6-SNAPSHOT</version>
8 alfonx 1392 <packaging>jar</packaging>
9 alfonx 1386
10 alfonx 1392 <name>schmitzm-jfree</name>
11     <url>http://maven.apache.org</url>
12 alfonx 1386
13     <parent>
14     <groupId>de.schmitzm</groupId>
15     <artifactId>schmitzm-parent</artifactId>
16 alfonx 1586 <version>2.6-SNAPSHOT</version>
17 alfonx 1386 <relativePath>../schmitzm-parent/pom.xml</relativePath>
18     </parent>
19    
20 alfonx 1392 <dependencies>
21    
22 alfonx 1391 <dependency>
23     <groupId>de.schmitzm</groupId>
24     <artifactId>schmitzm-core</artifactId>
25 alfonx 1446 <version>${project.version}</version>
26 alfonx 1396 <type>jar</type>
27     <scope>compile</scope>
28 alfonx 1391 </dependency>
29    
30     <dependency>
31     <groupId>de.schmitzm</groupId>
32     <artifactId>schmitzm-core</artifactId>
33 alfonx 1446 <version>${project.version}</version>
34 alfonx 1396 <type>test-jar</type>
35     <scope>test</scope>
36 alfonx 1391 </dependency>
37 alfonx 1396
38 alfonx 1391 <dependency>
39     <groupId>jfree</groupId>
40     <artifactId>jfreechart</artifactId>
41     <version>1.0.13</version>
42     <scope>compile</scope>
43     </dependency>
44    
45     <dependency>
46     <groupId>jfree</groupId>
47     <artifactId>jcommon</artifactId>
48     <version>1.0.15</version>
49     <type>jar</type>
50     <scope>compile</scope>
51     </dependency>
52 alfonx 1392 </dependencies>
53 alfonx 1447
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 alfonx 1452 <argument>-s</argument>
77     <argument>${basedir}/src/main/resources</argument>
78 alfonx 1447 <argument>-b</argument>
79 alfonx 1448 <argument>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
80 alfonx 1447 </argument>
81     </arguments>
82     </configuration>
83     </execution>
84     </executions>
85     </plugin>
86     </plugins>
87     </build>
88     </profile>
89     </profiles>
90    
91 alfonx 1386 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26