/[schmitzm]/trunk/pom.xml
ViewVC logotype

Diff of /trunk/pom.xml

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

revision 789 by alfonx, Thu Apr 8 10:04:28 2010 UTC revision 794 by alfonx, Thu Apr 8 13:57:28 2010 UTC
# Line 20  Line 20 
20          </licenses>          </licenses>
21    
22          <properties>          <properties>
23                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24                  <geotools.version>2.6.2</geotools.version>                  <geotools.version>2.6.2</geotools.version>
25          </properties>          </properties>
26    
# Line 235  Line 236 
236                                  <filtering>false</filtering>                                  <filtering>false</filtering>
237                                  <excludes>                                  <excludes>
238                                          <exclude>**/*.java</exclude>                                          <exclude>**/*.java</exclude>
239                                            <exclude>**/*.svn</exclude>
240                                            <exclude>**/*.cvs</exclude>
241                                            <exclude>**/*~</exclude>
242                                            <exclude>**/Thumbs.db</exclude>
243                                  </excludes>                                  </excludes>
244                          </resource>                          </resource>
245                  </resources>                  </resources>
# Line 243  Line 248 
248                  <plugins>                  <plugins>
249    
250                          <plugin>                          <plugin>
251                                    <groupId>org.apache.maven.plugins</groupId>
252                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
253                                    <version>2.1</version>
254                                  <configuration>                                  <configuration>
255                                          <source>1.6</source>                                          <source>1.6</source>
256                                          <target>1.6</target>                                          <target>1.6</target>
# Line 256  Line 263 
263                                  <version>2.5</version>                                  <version>2.5</version>
264                                  <configuration>                                  <configuration>
265                                          <downloadSources>true</downloadSources>                                          <downloadSources>true</downloadSources>
266                                          <downloadJavadocs>true</downloadJavadocs>                                          <downloadJavadocs>false</downloadJavadocs>
267                                  </configuration>                                  </configuration>
268                          </plugin>                          </plugin>
269    

Legend:
Removed from v.789  
changed lines
  Added in v.794

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26