/[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 1921 by alfonx, Wed Mar 28 10:38:19 2012 UTC revision 2260 by mojays, Thu Feb 28 23:17:31 2013 UTC
# Line 2  Line 2 
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">          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>          <modelVersion>4.0.0</modelVersion>
4    
         <groupId>de.schmitzm</groupId>  
5          <artifactId>schmitzm-core</artifactId>          <artifactId>schmitzm-core</artifactId>
         <version>2.7-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <parent>          <parent>
9                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
10                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
11                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
12                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
13          </parent>          </parent>
14    
# Line 18  Line 16 
16          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
17    
18          <dependencies>          <dependencies>
19    
20                  <dependency>                  <dependency>
21                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
22                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 59  Line 58 
58                          <scope>compile</scope>                          <scope>compile</scope>
59                  </dependency>                  </dependency>
60    
61  <!--            <dependency> -->                  <!-- <dependency> -->
62  <!--                    <groupId>org.supercsv</groupId> -->                  <!-- <groupId>org.supercsv</groupId> -->
63  <!--                    <artifactId>supercsv</artifactId> -->                  <!-- <artifactId>supercsv</artifactId> -->
64  <!--                    <version>1.52</version> -->                  <!-- <version>1.52</version> -->
65  <!--            </dependency> -->                  <!-- </dependency> -->
66    
67                  <dependency>                  <dependency>
68                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
# Line 72  Line 71 
71                          <type>jar</type>                          <type>jar</type>
72                          <scope>compile</scope>                          <scope>compile</scope>
73                  </dependency>                  </dependency>
74                    
75                  <dependency>                  <dependency>
76                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
77                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 100  Line 99 
99                                  den gp export -->                                  den gp export -->
100                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
101                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
102                          <version>2.3</version>                          <version>2.6</version>
103                          <!-- <version>2.4</version> -->                          <!-- <version>2.4</version> -->
104                          <type>jar</type>                          <type>jar</type>
105                          <scope>compile</scope>                          <scope>compile</scope>
106                  </dependency>                  </dependency>
107    
108          </dependencies>          </dependencies>
109    
110          <build>          <build>
                 <plugins>  
                         <plugin>  
                                 <groupId>org.apache.maven.plugins</groupId>  
                                 <artifactId>maven-compiler-plugin</artifactId>  
                                 <version>2.3.2</version>  
                                 <configuration>  
                                         <source>1.6</source>  
                                         <target>1.6</target>  
                                         <excludes>  
                                                 <exclude>**/.svn</exclude>  
                                         </excludes>  
                                 </configuration>  
                         </plugin>  
                 </plugins>  
111    
112                  <pluginManagement>                  <pluginManagement>
113                          <plugins>                          <plugins>
114                                  <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->                                  <!--This plugin's configuration is used to store Eclipse m2e settings
115                                            only. It has no influence on the Maven build itself. -->
116                                  <plugin>                                  <plugin>
117                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
118                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>
# Line 158  Line 145 
145                                  </plugin>                                  </plugin>
146                          </plugins>                          </plugins>
147                  </pluginManagement>                  </pluginManagement>
         </build>  
148    
149    
150            </build>
151    
152          <profiles>          <profiles>
153                  <profile>                  <profile>
154                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 185  Line 173 
173                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
174                                                                                  <argument>${basedir}/src/main/resources</argument>                                                                                  <argument>${basedir}/src/main/resources</argument>
175                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
176                                                                                  <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                                                                                  <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;de.schmitzm.io.resource.locales.IOResourceBundle
177                                                                                  </argument>                                                                                  </argument>
178                                                                          </arguments>                                                                          </arguments>
179                                                                  </configuration>                                                                  </configuration>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26