/[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 2223 by alfonx, Thu Feb 14 15:56:38 2013 UTC
# Line 138  Line 138 
138                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
139                                  <version>2.5.1</version>                                  <version>2.5.1</version>
140                                  <configuration>                                  <configuration>
141                                          <source>1.7</source>                                          <source>1.6</source>
142                                          <target>1.7</target>                                          <target>1.6</target>
                                         <showDeprecation>true</showDeprecation>  
                                         <showWarnings>true</showWarnings>  
                                         <executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>  
                                         <fork>true</fork>  
143                                          <excludes>                                          <excludes>
144                                                  <exclude>**/.svn</exclude> <!-- ??? -->                                                  <exclude>**/.svn</exclude>
145                                          </excludes>                                          </excludes>
146                                  </configuration>                                  </configuration>
147                          </plugin>                          </plugin>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26