/[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 2229 by mojays, Thu Feb 14 17:36:17 2013 UTC revision 2230 by alfonx, Thu Feb 14 17:43:14 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.6</source> <target>1.6</target> -->
   
                                         <source>1.6</source>  
                                         <target>1.6</target>-->  
142                                          <excludes>                                          <excludes>
143                                                  <exclude>**/.svn</exclude>                                                  <exclude>**/.svn</exclude>
144                                          </excludes>                                          </excludes>
# Line 199  Line 196 
196                                  </executions>                                  </executions>
197                          </plugin>                          </plugin>
198    
199                            <plugin>
200                                    <groupId>org.apache.maven.plugins</groupId>
201                                    <artifactId>maven-compiler-plugin</artifactId>
202                                    <version>2.5.1</version>
203                                    <configuration>
204                                            <source>1.7</source>
205                                            <target>1.7</target>
206    
207                                            <showDeprecation>true</showDeprecation>
208                                            <showWarnings>true</showWarnings>
209                                            <executable>${env.JAVA_HOME}/bin/javac</executable>
210                                            <fork>true</fork>
211    
212                                            <excludes>
213                                                    <exclude>**/.svn</exclude>
214                                            </excludes>
215                                    </configuration>
216                            </plugin>
217                  </plugins>                  </plugins>
218                  <pluginManagement>                  <pluginManagement>
219                          <plugins>                          <plugins>
# Line 236  Line 251 
251                                  </plugin>                                  </plugin>
252                          </plugins>                          </plugins>
253                  </pluginManagement>                  </pluginManagement>
254    
255    
256    
257    
258    
259    
260    
261          </build>          </build>
262    
263    
# Line 279  Line 301 
301    
302          </distributionManagement>          </distributionManagement>
303    
   
         <profiles>  
           <profile>  
             <id>ms_kallisto</id>  
             <build>  
                 <plugins>  
                     <plugin>  
                         <groupId>org.apache.maven.plugins</groupId>  
                         <artifactId>maven-compiler-plugin</artifactId>  
                         <version>2.5.1</version>  
                         <configuration>  
                             <source>1.7</source>  
                             <target>1.7</target>  
                             <showDeprecation>true</showDeprecation>  
                             <showWarnings>true</showWarnings>  
                             <executable>${env.JAVA_HOME}/bin/javac</executable>  
                             <fork>true</fork>  
                         </configuration>  
                     </plugin>  
                 </plugins>  
             </build>  
           </profile>  
         </profiles>  
   
304  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26