/[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 1490 by alfonx, Sat Feb 5 11:22:41 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.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... -->                          <!-- 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 54  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 81  Line 95 
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97    
 <!--  
98                  <dependency>                  <dependency>
99                          <groupId>net.sourceforge.jexcelapi</groupId>                          <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
100                          <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 -->  
101                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
102                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
103                          <version>2.3</version>                          <version>2.3</version>
104  <!--                    <version>2.4</version>-->                          <!-- <version>2.4</version> -->
105                          <type>jar</type>                          <type>jar</type>
106                          <scope>compile</scope>                          <scope>compile</scope>
107                  </dependency>                  </dependency>
# Line 113  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>          <profiles>
165                  <profile>                  <profile>
166                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 162  Line 196 
196                          </build>                          </build>
197                  </profile>                  </profile>
198          </profiles>          </profiles>
199            
200    
201  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26