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

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

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

revision 1409 by alfonx, Wed Jan 26 20:32:17 2011 UTC revision 1921 by alfonx, Wed Mar 28 10:38:19 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-core</artifactId>          <artifactId>schmitzm-core</artifactId>
7          <version>2.6-SNAPSHOT</version>          <version>2.7-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>2.6-SNAPSHOT</version>                  <version>2.7-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
# Line 18  Line 18 
18          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
19    
20          <dependencies>          <dependencies>
   
                 <dependency>  
 <!--                     Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->  
 <!--                            to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->  
                         <groupId>log4j</groupId>  
                         <artifactId>log4j</artifactId>  
                         <version>1.2.14</version>  
                 </dependency>  
   
                 <dependency>  
                         <groupId>junit</groupId>  
                         <artifactId>junit</artifactId>  
                         <version>4.8.2</version>  
                         <type>jar</type>  
                         <scope>test</scope>  
                 </dependency>  
   
21                  <dependency>                  <dependency>
22                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
23                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 42  Line 25 
25                          <type>jar</type>                          <type>jar</type>
26                          <scope>compile</scope>                          <scope>compile</scope>
27                  </dependency>                  </dependency>
28                    
29                  <dependency>                  <dependency>
30                          <groupId>javax.jnlp</groupId>                          <groupId>javax.jnlp</groupId>
31                          <artifactId>jnlp</artifactId>                          <artifactId>jnlp</artifactId>
# Line 60  Line 43 
43                  </dependency>                  </dependency>
44    
45                  <dependency>                  <dependency>
46                            <!-- NOT USE 2.0.1 for now... -->
47                          <groupId>commons-io</groupId>                          <groupId>commons-io</groupId>
48                          <artifactId>commons-io</artifactId>                          <artifactId>commons-io</artifactId>
49                          <version>1.4</version>                          <version>1.4</version>
# Line 70  Line 54 
54                  <dependency>                  <dependency>
55                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
56                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
57                          <version>3.7.3</version>                          <version>3.7.4</version>
58                          <classifier>swing</classifier>                          <classifier>swing</classifier>
59                          <scope>compile</scope>                          <scope>compile</scope>
60                  </dependency>                  </dependency>
61    
62    <!--            <dependency> -->
63    <!--                    <groupId>org.supercsv</groupId> -->
64    <!--                    <artifactId>supercsv</artifactId> -->
65    <!--                    <version>1.52</version> -->
66    <!--            </dependency> -->
67    
68                    <dependency>
69                            <groupId>com.toedter</groupId>
70                            <artifactId>jcalendar</artifactId>
71                            <version>1.3.3</version>
72                            <type>jar</type>
73                            <scope>compile</scope>
74                    </dependency>
75                    
76                  <dependency>                  <dependency>
77                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
78                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 97  Line 95 
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97    
 <!--  
                 <dependency>  
                         <groupId>net.sourceforge.jexcelapi</groupId>  
                         <artifactId>jxl</artifactId>  
                         <version>2.6.12</version>  
                         <scope>test</scope>  
                 </dependency>  
   
                 <dependency>  
                         <groupId>org.apache.poi</groupId>  
                         <artifactId>poi</artifactId>  
                         <version>3.7</version>  
                         <type>jar</type>  
                         <scope>test</scope>  
                 </dependency>  
 -->  
98                  <dependency>                  <dependency>
99                            <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
100                                    den gp export -->
101                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
102                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
103                          <version>2.4</version>                          <version>2.3</version>
104                            <!-- <version>2.4</version> -->
105                          <type>jar</type>                          <type>jar</type>
106                          <scope>compile</scope>                          <scope>compile</scope>
107                  </dependency>                  </dependency>
# Line 127  Line 112 
112                          <plugin>                          <plugin>
113                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
114                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
115                                  <version>2.2</version>                                  <version>2.3.2</version>
116                                  <configuration>                                  <configuration>
117                                          <source>1.6</source>                                          <source>1.6</source>
118                                          <target>1.6</target>                                          <target>1.6</target>
119                                          <excludes>                                          <excludes>
120                                                  <exclude>**/.svn</exclude>  ???                                                  <exclude>**/.svn</exclude>
121                                          </excludes>                                          </excludes>
122                                  </configuration>                                  </configuration>
123                          </plugin>                          </plugin>
124                  </plugins>                  </plugins>
125    
126                    <pluginManagement>
127                            <plugins>
128                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
129                                    <plugin>
130                                            <groupId>org.eclipse.m2e</groupId>
131                                            <artifactId>lifecycle-mapping</artifactId>
132                                            <version>1.0.0</version>
133                                            <configuration>
134                                                    <lifecycleMappingMetadata>
135                                                            <pluginExecutions>
136                                                                    <pluginExecution>
137                                                                            <pluginExecutionFilter>
138                                                                                    <groupId>
139                                                                                            org.codehaus.mojo
140                                                                                    </groupId>
141                                                                                    <artifactId>
142                                                                                            exec-maven-plugin
143                                                                                    </artifactId>
144                                                                                    <versionRange>
145                                                                                            [1.2,)
146                                                                                    </versionRange>
147                                                                                    <goals>
148                                                                                            <goal>java</goal>
149                                                                                    </goals>
150                                                                            </pluginExecutionFilter>
151                                                                            <action>
152                                                                                    <ignore></ignore>
153                                                                            </action>
154                                                                    </pluginExecution>
155                                                            </pluginExecutions>
156                                                    </lifecycleMappingMetadata>
157                                            </configuration>
158                                    </plugin>
159                            </plugins>
160                    </pluginManagement>
161          </build>          </build>
162    
163    
164            <profiles>
165                    <profile>
166                            <id>resourceOperationRemove</id>
167                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
168                                    the build will remove any lines in the resource bundes that are tagged with
169                                    REMOVEME_ -->
170                            <build>
171                                    <plugins>
172                                            <plugin>
173                                                    <groupId>org.codehaus.mojo</groupId>
174                                                    <artifactId>exec-maven-plugin</artifactId>
175                                                    <version>1.2</version>
176                                                    <executions>
177                                                            <execution>
178                                                                    <phase>generate-sources</phase>
179                                                                    <goals>
180                                                                            <goal>java</goal>
181                                                                    </goals>
182                                                                    <configuration>
183                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
184                                                                            <arguments>
185                                                                                    <argument>-s</argument>
186                                                                                    <argument>${basedir}/src/main/resources</argument>
187                                                                                    <argument>-b</argument>
188                                                                                    <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
189                                                                                    </argument>
190                                                                            </arguments>
191                                                                    </configuration>
192                                                            </execution>
193                                                    </executions>
194                                            </plugin>
195                                    </plugins>
196                            </build>
197                    </profile>
198            </profiles>
199    
200    
201  </project>  </project>

Legend:
Removed from v.1409  
changed lines
  Added in v.1921

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26