/[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 2230 by alfonx, Thu Feb 14 17:43:14 2013 UTC revision 2273 by alfonx, Tue Mar 12 16:05:37 2013 UTC
# Line 96  Line 96 
96                  <dependency>                  <dependency>
97                          <groupId>junit</groupId>                          <groupId>junit</groupId>
98                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
99                          <version>4.8.2</version>                          <version>4.11</version>
100                          <type>jar</type>                          <type>jar</type>
101                          <scope>test</scope>                          <scope>test</scope>
102                  </dependency>                  </dependency>
# Line 116  Line 116 
116                          <plugin>                          <plugin>
117                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
118                                  <artifactId>maven-jar-plugin</artifactId>                                  <artifactId>maven-jar-plugin</artifactId>
119                                  <version>2.3.1</version>                                  <version>2.3.2</version>
120                                  <executions>                                  <executions>
121                                          <execution>                                          <execution>
122                                                  <goals>                                                  <goals>
# Line 130  Line 130 
130                          <plugin>                          <plugin>
131                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
132                                  <artifactId>maven-resources-plugin</artifactId>                                  <artifactId>maven-resources-plugin</artifactId>
133                                  <version>2.4.2</version>                                  <version>2.5</version>
                         </plugin>  
   
                         <plugin>  
                                 <groupId>org.apache.maven.plugins</groupId>  
                                 <artifactId>maven-compiler-plugin</artifactId>  
                                 <version>2.5.1</version>  
                                 <configuration>  
                                         <!-- <source>1.6</source> <target>1.6</target> -->  
                                         <excludes>  
                                                 <exclude>**/.svn</exclude>  
                                         </excludes>  
                                 </configuration>  
134                          </plugin>                          </plugin>
135    
136                          <plugin>                          <plugin>
# Line 199  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 301  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.2230  
changed lines
  Added in v.2273

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26