/[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 1466 by alfonx, Thu Jan 27 23:58:55 2011 UTC revision 1824 by alfonx, Sun Jan 15 09:47:51 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.5-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.5-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 25  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 43  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 53  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 80  Line 95 
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97    
98  <!--                  <!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId>
99                            <version>2.6.12</version> <scope>test</scope> </dependency> <dependency>
100                            <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version>
101                            <type>jar</type> <scope>test</scope> </dependency> -->
102                  <dependency>                  <dependency>
103                          <groupId>net.sourceforge.jexcelapi</groupId>                          <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
104                          <artifactId>jxl</artifactId>                                  den gp export -->
                         <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>  
 -->  
                 <dependency>  
 <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export -->  
105                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
106                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
107                          <version>2.3</version>                          <version>2.3</version>
108  <!--                    <version>2.4</version>-->                          <!-- <version>2.4</version> -->
109                          <type>jar</type>                          <type>jar</type>
110                          <scope>compile</scope>                          <scope>compile</scope>
111                  </dependency>                  </dependency>
# Line 112  Line 116 
116                          <plugin>                          <plugin>
117                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
118                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
119                                  <version>2.2</version>                                  <version>2.3.2</version>
120                                  <configuration>                                  <configuration>
121                                          <source>1.6</source>                                          <source>1.6</source>
122                                          <target>1.6</target>                                          <target>1.6</target>
123                                          <excludes>                                          <excludes>
124                                                  <exclude>**/.svn</exclude>  ???                                                  <exclude>**/.svn</exclude>
125                                          </excludes>                                          </excludes>
126                                  </configuration>                                  </configuration>
127                          </plugin>                          </plugin>
128                  </plugins>                  </plugins>
129    
130                    <pluginManagement>
131                            <plugins>
132                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
133                                    <plugin>
134                                            <groupId>org.eclipse.m2e</groupId>
135                                            <artifactId>lifecycle-mapping</artifactId>
136                                            <version>1.0.0</version>
137                                            <configuration>
138                                                    <lifecycleMappingMetadata>
139                                                            <pluginExecutions>
140                                                                    <pluginExecution>
141                                                                            <pluginExecutionFilter>
142                                                                                    <groupId>
143                                                                                            org.codehaus.mojo
144                                                                                    </groupId>
145                                                                                    <artifactId>
146                                                                                            exec-maven-plugin
147                                                                                    </artifactId>
148                                                                                    <versionRange>
149                                                                                            [1.2,)
150                                                                                    </versionRange>
151                                                                                    <goals>
152                                                                                            <goal>java</goal>
153                                                                                    </goals>
154                                                                            </pluginExecutionFilter>
155                                                                            <action>
156                                                                                    <ignore></ignore>
157                                                                            </action>
158                                                                    </pluginExecution>
159                                                            </pluginExecutions>
160                                                    </lifecycleMappingMetadata>
161                                            </configuration>
162                                    </plugin>
163                            </plugins>
164                    </pluginManagement>
165          </build>          </build>
166            
167            
168          <profiles>          <profiles>
169                  <profile>                  <profile>
170                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 161  Line 200 
200                          </build>                          </build>
201                  </profile>                  </profile>
202          </profiles>          </profiles>
203            
204    
205  </project>  </project>

Legend:
Removed from v.1466  
changed lines
  Added in v.1824

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26