/[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 2231 by alfonx, Fri Feb 15 08:07:22 2013 UTC revision 2243 by alfonx, Sat Feb 23 21:54:40 2013 UTC
# Line 135  Line 135 
135    
136                          <plugin>                          <plugin>
137                                  <artifactId>maven-antrun-plugin</artifactId>                                  <artifactId>maven-antrun-plugin</artifactId>
138                                  <version>1.7</version>                                  <version>1.3</version>
139    
140                                  <executions>                                  <executions>
141                                          <execution>                                          <execution>
# Line 187  Line 187 
187                          <plugin>                          <plugin>
188                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
189                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
190                                  <version>2.5.1</version>                                  <version>3.0</version>
191                                  <configuration>                                  <configuration>
192                                          <source>1.7</source>                                          <source>1.7</source>
193                                          <target>1.7</target>                                          <target>1.7</target>
# Line 289  Line 289 
289    
290          </distributionManagement>          </distributionManagement>
291    
292    <profiles>
293    <profile>
294    <id>tweakJdk7Path</id>
295    
296    <build>
297    <plugins>
298    
299                            <plugin>
300                                    <groupId>org.apache.maven.plugins</groupId>
301                                    <artifactId>maven-compiler-plugin</artifactId>
302                                    <version>3.0</version>
303                                    <configuration>
304                                            <source>1.7</source>
305                                            <target>1.7</target>
306    
307                                            <showDeprecation>true</showDeprecation>
308                                            <showWarnings>true</showWarnings>
309                                            <executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>
310                                            <fork>true</fork>
311    
312                                            <excludes>
313                                                    <exclude>**/.svn</exclude>
314                                            </excludes>
315                                    </configuration>
316                            </plugin>
317                    </plugins>
318    
319    
320    </build>
321    
322    </profile>
323    </profiles>
324  </project>  </project>

Legend:
Removed from v.2231  
changed lines
  Added in v.2243

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26