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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2231 - (hide annotations)
Fri Feb 15 08:07:22 2013 UTC (12 years ago) by alfonx
File MIME type: text/xml
File size: 3773 byte(s)
Die POMs von schmitzm verändert: Doppelter maven-compiler-eintrag in schmitz-parent entfernt und von einigen Plugins die versinosnummern hochgesetzt und auf mvn3 Kompatibilität umgestellt (artifactId wird von parent-pom vererbt und soll nicht mehr extra definiert werden, etc)
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 <artifactId>schmitzm-jfree</artifactId>
6     <packaging>jar</packaging>
7 alfonx 1386
8 alfonx 1392 <name>schmitzm-jfree</name>
9     <url>http://maven.apache.org</url>
10 alfonx 1386
11     <parent>
12     <groupId>de.schmitzm</groupId>
13     <artifactId>schmitzm-parent</artifactId>
14 keeb 2050 <version>2.8-SNAPSHOT</version>
15 alfonx 1386 <relativePath>../schmitzm-parent/pom.xml</relativePath>
16     </parent>
17    
18 alfonx 1392 <dependencies>
19    
20 alfonx 1391 <dependency>
21     <groupId>de.schmitzm</groupId>
22     <artifactId>schmitzm-core</artifactId>
23 alfonx 1446 <version>${project.version}</version>
24 alfonx 1396 <type>jar</type>
25     <scope>compile</scope>
26 alfonx 1391 </dependency>
27    
28     <dependency>
29     <groupId>de.schmitzm</groupId>
30     <artifactId>schmitzm-core</artifactId>
31 alfonx 1446 <version>${project.version}</version>
32 alfonx 1396 <type>test-jar</type>
33     <scope>test</scope>
34 alfonx 1391 </dependency>
35 alfonx 1396
36 alfonx 1391 <dependency>
37 alfonx 1945 <groupId>org.jfree</groupId>
38 alfonx 1391 <artifactId>jfreechart</artifactId>
39 alfonx 1944 <version>1.0.14</version>
40 alfonx 1391 <scope>compile</scope>
41 mojays 1955 <exclusions>
42     <exclusion>
43     <groupId>com.lowagie</groupId>
44     <artifactId>itext</artifactId>
45     </exclusion>
46     </exclusions>
47 alfonx 1391 </dependency>
48    
49     <dependency>
50     <groupId>jfree</groupId>
51     <artifactId>jcommon</artifactId>
52     <version>1.0.15</version>
53     <type>jar</type>
54     <scope>compile</scope>
55     </dependency>
56 alfonx 1392 </dependencies>
57 alfonx 1447
58    
59     <profiles>
60     <profile>
61     <id>resourceOperationRemove</id>
62     <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
63     the build will remove any lines in the resource bundes that are tagged with
64     REMOVEME_ -->
65     <build>
66     <plugins>
67     <plugin>
68     <groupId>org.codehaus.mojo</groupId>
69     <artifactId>exec-maven-plugin</artifactId>
70     <version>1.2</version>
71     <executions>
72     <execution>
73     <phase>generate-sources</phase>
74     <goals>
75     <goal>java</goal>
76     </goals>
77     <configuration>
78     <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
79     <arguments>
80 alfonx 1452 <argument>-s</argument>
81     <argument>${basedir}/src/main/resources</argument>
82 alfonx 1447 <argument>-b</argument>
83 alfonx 1448 <argument>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
84 alfonx 1447 </argument>
85     </arguments>
86     </configuration>
87     </execution>
88     </executions>
89     </plugin>
90     </plugins>
91     </build>
92     </profile>
93     </profiles>
94    
95 mojays 1813 <build>
96     <pluginManagement>
97     <plugins>
98     <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
99     <plugin>
100     <groupId>org.eclipse.m2e</groupId>
101     <artifactId>lifecycle-mapping</artifactId>
102     <version>1.0.0</version>
103     <configuration>
104     <lifecycleMappingMetadata>
105     <pluginExecutions>
106     <pluginExecution>
107     <pluginExecutionFilter>
108     <groupId>
109     org.codehaus.mojo
110     </groupId>
111     <artifactId>
112     exec-maven-plugin
113     </artifactId>
114     <versionRange>
115     [1.2,)
116     </versionRange>
117     <goals>
118     <goal>java</goal>
119     </goals>
120     </pluginExecutionFilter>
121     <action>
122     <ignore></ignore>
123     </action>
124     </pluginExecution>
125     </pluginExecutions>
126     </lifecycleMappingMetadata>
127     </configuration>
128     </plugin>
129     </plugins>
130     </pluginManagement>
131     </build>
132 alfonx 2060
133    
134    
135     <repositories>
136     <repository>
137     <id>opengeo</id>
138     <name>OpenGeo Maven Repository</name>
139     <snapshots>
140     <enabled>true</enabled>
141     </snapshots>
142     <url>http://repo.opengeo.org/</url>
143     </repository>
144     </repositories>
145    
146 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