/[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 2221 by alfonx, Thu Feb 14 15:34:35 2013 UTC revision 2222 by mojays, Thu Feb 14 15:55:09 2013 UTC
# Line 137  Line 137 
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.5.1</version>                                  <version>2.5.1</version>
140    <!-- MS: 2013-02-14: Wir versuchen mal den Standard-JDK zu verwenden!
141                                  <configuration>                                  <configuration>
142                                          <source>1.7</source>                                          <source>1.7</source>
143                                          <target>1.7</target>                                          <target>1.7</target>
# Line 145  Line 146 
146                                          <executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>                                          <executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>
147                                          <fork>true</fork>                                          <fork>true</fork>
148                                          <excludes>                                          <excludes>
149                                                  <exclude>**/.svn</exclude> <!-- ??? -->                                                  <exclude>**/.svn</exclude>
150                                          </excludes>                                          </excludes>
151                                  </configuration>                                  </configuration>
152    -->
153                          </plugin>                          </plugin>
154    
155                          <plugin>                          <plugin>

Legend:
Removed from v.2221  
changed lines
  Added in v.2222

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26