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

Diff of /trunk/pom.xml

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

revision 1257 by mojays, Wed Nov 10 12:07:48 2010 UTC revision 1268 by alfonx, Sat Nov 13 17:12:29 2010 UTC
# Line 63  Line 63 
63          <dependencies>          <dependencies>
64    
65                  <dependency>                  <dependency>
66                            <groupId>javax.jnlp</groupId>
67                            <artifactId>jnlp</artifactId>
68                            <version>1.6</version>
69                            <type>jar</type>
70                            <scope>compile</scope>
71                    </dependency>
72    
73                    <dependency>
74                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
75                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
76                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 495  Line 503 
503    
504          </distributionManagement>          </distributionManagement>
505    
506            <profiles>
507    
508                    <profile>
509                            <id>resourceOperationRemove</id>
510                            <build>
511                                    <plugins>
512                                            <plugin>
513                                                    <groupId>org.codehaus.mojo</groupId>
514                                                    <artifactId>exec-maven-plugin</artifactId>
515                                                    <version>1.2</version>
516                                                    <executions>
517                                                            <execution>
518                                                                    <phase>generate-sources</phase>
519                                                                    <goals>
520                                                                            <goal>java</goal>
521                                                                    </goals>
522                                                                    <configuration>
523                                                                            <mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>
524                                                                            <arguments>
525                                                                                    <argument>testresources/textResourceOperationRemove.cfg</argument>
526                                                                            </arguments>
527                                                                    </configuration>
528                                                            </execution>
529                                                    </executions>
530                                            </plugin>
531                                    </plugins>
532                            </build>
533                    </profile>
534            </profiles>
535  </project>  </project>

Legend:
Removed from v.1257  
changed lines
  Added in v.1268

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26