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

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

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

revision 2219 by alfonx, Thu Feb 14 15:26:16 2013 UTC revision 2229 by mojays, Thu Feb 14 17:36:17 2013 UTC
# Line 14  Line 14 
14          <properties>          <properties>
15                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16                  <schmitzm.version>${project.version}</schmitzm.version>                  <schmitzm.version>${project.version}</schmitzm.version>
17  <!--            <geotools.version>8-SNAPSHOT</geotools.version> -->                  <!-- <geotools.version>8-SNAPSHOT</geotools.version> -->
18                  <geotools.version>2.7.5</geotools.version>                  <geotools.version>2.7.5</geotools.version>
19          </properties>          </properties>
20    
21          <issueManagement>          <issueManagement>
# Line 100  Line 100 
100                          <type>jar</type>                          <type>jar</type>
101                          <scope>test</scope>                          <scope>test</scope>
102                  </dependency>                  </dependency>
103            
104                  <dependency>                  <dependency>
105  <!--                     Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->
106  <!--                            to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->                          <!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
107                          <groupId>log4j</groupId>                          <groupId>log4j</groupId>
108                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
109                          <version>1.2.14</version>                          <version>1.2.14</version>
# Line 136  Line 136 
136                          <plugin>                          <plugin>
137                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
138                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
139                                  <version>2.3.2</version>                                  <version>2.5.1</version>
140                                  <configuration>                                  <configuration>
141                                          <source>1.7</source>  <!--
142                                          <target>1.7</target>  
143                                            <source>1.6</source>
144                                            <target>1.6</target>-->
145                                          <excludes>                                          <excludes>
146                                                  <exclude>**/.svn</exclude> <!-- ??? -->                                                  <exclude>**/.svn</exclude>
147                                          </excludes>                                          </excludes>
148                                  </configuration>                                  </configuration>
149                          </plugin>                          </plugin>
# Line 200  Line 202 
202                  </plugins>                  </plugins>
203                  <pluginManagement>                  <pluginManagement>
204                          <plugins>                          <plugins>
205                                  <!--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
206                                            only. It has no influence on the Maven build itself. -->
207                                  <plugin>                                  <plugin>
208                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
209                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>
# Line 275  Line 278 
278                  </snapshotRepository>                  </snapshotRepository>
279    
280          </distributionManagement>          </distributionManagement>
281    
282    
283            <profiles>
284              <profile>
285                <id>ms_kallisto</id>
286                <build>
287                    <plugins>
288                        <plugin>
289                            <groupId>org.apache.maven.plugins</groupId>
290                            <artifactId>maven-compiler-plugin</artifactId>
291                            <version>2.5.1</version>
292                            <configuration>
293                                <source>1.7</source>
294                                <target>1.7</target>
295                                <showDeprecation>true</showDeprecation>
296                                <showWarnings>true</showWarnings>
297                                <executable>${env.JAVA_HOME}/bin/javac</executable>
298                                <fork>true</fork>
299                            </configuration>
300                        </plugin>
301                    </plugins>
302                </build>
303              </profile>
304            </profiles>
305    
306  </project>  </project>

Legend:
Removed from v.2219  
changed lines
  Added in v.2229

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26