/[schmitzm]/branches/2.1/pom.xml
ViewVC logotype

Diff of /branches/2.1/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 803 by alfonx, Fri Apr 16 10:05:43 2010 UTC revision 806 by alfonx, Fri Apr 16 10:32:43 2010 UTC
# Line 237  Line 237 
237                                  <directory>src</directory>                                  <directory>src</directory>
238                                  <filtering>false</filtering>                                  <filtering>false</filtering>
239                                  <excludes>                                  <excludes>
                                         <exclude>**/*.java</exclude>  
240                                          <exclude>**/*.html</exclude>                                          <exclude>**/*.html</exclude>
241                                            <exclude>**/*.java</exclude>
242                                          <exclude>**/*.svn*</exclude>                                          <exclude>**/*.svn*</exclude>
243                                          <exclude>**/*.cvs</exclude>                                          <exclude>**/*.cvs</exclude>
244                                          <exclude>**/*~</exclude>                                          <exclude>**/*~</exclude>
# Line 248  Line 248 
248                  </resources>                  </resources>
249    
250                  <plugins>                  <plugins>
251                    
252                            <plugin>
253                                    <groupId>org.apache.maven.plugins</groupId>
254                                    <artifactId>maven-resources-plugin</artifactId>
255                                    <version>2.4.2</version>
256                            </plugin>
257    
258                          <plugin>                          <plugin>
259                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
260                                  <artifactId>maven-source-plugin</artifactId>                                  <artifactId>maven-source-plugin</artifactId>
# Line 264  Line 271 
271                          <plugin>                          <plugin>
272                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
273                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
274                                  <version>2.1</version>                                  <version>2.2</version>
275                                  <configuration>                                  <configuration>
276                                          <source>1.6</source>                                          <source>1.6</source>
277                                          <target>1.6</target>                                          <target>1.6</target>
278                                            <excludes>
279                                                    <exclude>**/.svn</exclude> <!-- ??? -->
280                                            </excludes>
281                                  </configuration>                                  </configuration>
282                          </plugin>                          </plugin>
283    

Legend:
Removed from v.803  
changed lines
  Added in v.806

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26