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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2243 - (hide annotations)
Sat Feb 23 21:54:40 2013 UTC (12 years ago) by alfonx
File MIME type: text/xml
File size: 5681 byte(s)
maven-compilter-plugin upgrade von 2.5.1 auf 3.0 => sollte besser mit JDK7 laufen...


1 alfonx 1386 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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    
5     <artifactId>schmitzm-core</artifactId>
6     <packaging>jar</packaging>
7    
8     <parent>
9     <groupId>de.schmitzm</groupId>
10     <artifactId>schmitzm-parent</artifactId>
11 keeb 2050 <version>2.8-SNAPSHOT</version>
12 alfonx 1386 <relativePath>../schmitzm-parent/pom.xml</relativePath>
13     </parent>
14    
15     <name>schmitzm-core</name>
16     <url>http://maven.apache.org</url>
17    
18     <dependencies>
19 alfonx 2156
20 alfonx 1406 <dependency>
21 alfonx 2156 <groupId>com.eaio.stringsearch</groupId>
22     <artifactId>stringsearch</artifactId>
23     <version>2</version>
24     </dependency>
25 alfonx 2241
26 alfonx 2156 <dependency>
27 alfonx 1406 <groupId>javax.media</groupId>
28     <artifactId>jai_core</artifactId>
29     <version>1.1.3</version>
30     <type>jar</type>
31     <scope>compile</scope>
32     </dependency>
33 alfonx 1782
34 alfonx 1406 <dependency>
35     <groupId>javax.jnlp</groupId>
36     <artifactId>jnlp</artifactId>
37     <version>1.6</version>
38     <type>jar</type>
39     <scope>compile</scope>
40     </dependency>
41    
42     <dependency>
43     <groupId>javax.mail</groupId>
44     <artifactId>mail</artifactId>
45     <version>1.4.1</version>
46     <type>jar</type>
47     <scope>compile</scope>
48     </dependency>
49    
50     <dependency>
51 alfonx 1782 <!-- NOT USE 2.0.1 for now... -->
52 alfonx 1406 <groupId>commons-io</groupId>
53     <artifactId>commons-io</artifactId>
54 alfonx 1490 <version>1.4</version>
55 alfonx 1406 <type>jar</type>
56     <scope>compile</scope>
57     </dependency>
58    
59     <dependency>
60     <groupId>com.miglayout</groupId>
61     <artifactId>miglayout</artifactId>
62 alfonx 1782 <version>3.7.4</version>
63 alfonx 1406 <classifier>swing</classifier>
64     <scope>compile</scope>
65     </dependency>
66 alfonx 1782
67 alfonx 2025 <!-- <dependency> -->
68     <!-- <groupId>org.supercsv</groupId> -->
69     <!-- <artifactId>supercsv</artifactId> -->
70     <!-- <version>1.52</version> -->
71     <!-- </dependency> -->
72 alfonx 1824
73 mojays 1605 <dependency>
74     <groupId>com.toedter</groupId>
75     <artifactId>jcalendar</artifactId>
76     <version>1.3.3</version>
77     <type>jar</type>
78     <scope>compile</scope>
79     </dependency>
80 alfonx 2025
81 alfonx 1406 <dependency>
82     <groupId>net.jini</groupId>
83     <artifactId>jini-ext</artifactId>
84     <version>2.1</version>
85     <type>jar</type>
86     <scope>compile</scope>
87     </dependency>
88    
89     <dependency>
90     <groupId>org.jdom</groupId>
91     <artifactId>jdom</artifactId>
92     <version>1.1</version>
93     </dependency>
94    
95     <dependency>
96     <groupId>commons-cli</groupId>
97     <artifactId>commons-cli</artifactId>
98     <version>1.2</version>
99     <type>jar</type>
100     <scope>compile</scope>
101     </dependency>
102    
103     <dependency>
104 alfonx 1782 <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
105     den gp export -->
106 alfonx 1406 <groupId>commons-lang</groupId>
107     <artifactId>commons-lang</artifactId>
108 alfonx 2231 <version>2.6</version>
109 alfonx 1782 <!-- <version>2.4</version> -->
110 alfonx 1406 <type>jar</type>
111     <scope>compile</scope>
112     </dependency>
113 alfonx 2241
114 alfonx 2025 <dependency>
115 alfonx 2241 <artifactId>solr-core</artifactId>
116 alfonx 2025 <groupId>org.apache.solr</groupId>
117 alfonx 2241 <version>4.1.0</version>
118     <type>jar</type>
119 alfonx 2243 <exclusions>
120     <exclusion>
121     <artifactId>jcl-over-slf4j</artifactId>
122     <groupId>org.slf4j</groupId>
123     </exclusion>
124     <exclusion>
125     <artifactId>slf4j-jdk14</artifactId>
126     <groupId>org.slf4j</groupId>
127     </exclusion>
128     <exclusion>
129     <artifactId>slf4j-api</artifactId>
130     <groupId>org.slf4j</groupId>
131     </exclusion>
132     </exclusions>
133 alfonx 2025 </dependency>
134    
135 alfonx 1386 </dependencies>
136 alfonx 1406
137     <build>
138    
139 mojays 1813 <pluginManagement>
140     <plugins>
141 alfonx 2025 <!--This plugin's configuration is used to store Eclipse m2e settings
142     only. It has no influence on the Maven build itself. -->
143 mojays 1813 <plugin>
144     <groupId>org.eclipse.m2e</groupId>
145     <artifactId>lifecycle-mapping</artifactId>
146     <version>1.0.0</version>
147     <configuration>
148     <lifecycleMappingMetadata>
149     <pluginExecutions>
150     <pluginExecution>
151     <pluginExecutionFilter>
152     <groupId>
153     org.codehaus.mojo
154     </groupId>
155     <artifactId>
156     exec-maven-plugin
157     </artifactId>
158     <versionRange>
159     [1.2,)
160     </versionRange>
161     <goals>
162     <goal>java</goal>
163     </goals>
164     </pluginExecutionFilter>
165     <action>
166     <ignore></ignore>
167     </action>
168     </pluginExecution>
169     </pluginExecutions>
170     </lifecycleMappingMetadata>
171     </configuration>
172     </plugin>
173     </plugins>
174     </pluginManagement>
175 alfonx 2156
176    
177 alfonx 1406 </build>
178 alfonx 1782
179 alfonx 2156 <repositories>
180     <repository>
181     <id>eaio.com</id>
182     <url>http://eaio.com/maven2</url>
183     </repository>
184     </repositories>
185 alfonx 1782
186 alfonx 1447 <profiles>
187     <profile>
188     <id>resourceOperationRemove</id>
189     <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
190     the build will remove any lines in the resource bundes that are tagged with
191     REMOVEME_ -->
192     <build>
193     <plugins>
194     <plugin>
195     <groupId>org.codehaus.mojo</groupId>
196     <artifactId>exec-maven-plugin</artifactId>
197     <version>1.2</version>
198     <executions>
199     <execution>
200     <phase>generate-sources</phase>
201     <goals>
202     <goal>java</goal>
203     </goals>
204     <configuration>
205     <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
206     <arguments>
207 alfonx 1452 <argument>-s</argument>
208     <argument>${basedir}/src/main/resources</argument>
209 alfonx 1447 <argument>-b</argument>
210 mojays 1454 <argument>de.schmitzm.swing.resource.locales.SwingResourceBundle;de.schmitzm.lang.resource.locales.LangResourceBundle;de.schmitzm.net.mail.resource.locales.MailResourceBundle;de.schmitzm.data.resource.locales.DataResourceBundle
211 alfonx 1447 </argument>
212     </arguments>
213     </configuration>
214     </execution>
215     </executions>
216     </plugin>
217     </plugins>
218     </build>
219     </profile>
220     </profiles>
221 alfonx 1406
222 alfonx 1782
223 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