Revision 14 org.gvsig.expressionfield/trunk/org.gvsig.expressionfield/pom.xml

View differences:

pom.xml
34 34
    
35 35
	<description>Field calculator (Expression from assistant or from text file)</description>
36 36
	<build>
37
		<sourceDirectory>src/main/java</sourceDirectory>
38
		<testSourceDirectory>src/test/java</testSourceDirectory>
39 37

  
40
		<resources>
41
      		<resource>
42
        		<directory>src/main/rsesources</directory>
43
      		</resource>
44
    	</resources>
45
    	<testResources>
46
      		<testResource>
47
        		<directory>src/test/resources</directory>
48
      		</testResource>
49
    	</testResources>
50
    	
51 38
        <plugins>
52 39

  
53 40
      		<plugin>
......
92 79
		      <artifactId>maven-release-plugin</artifactId>
93 80
		      <version>2.0</version>
94 81
		      <configuration>
95
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/${artifactId}</tagBase>
82
		        <tagBase>https://devel.gvsig.org/svn/gvsig-expression-field/org.gvsig.expressionfield/tags</tagBase>
96 83
		      </configuration>
97 84
		    </plugin>			
98 85
     

Also available in: Unified diff