Revision 35772

View differences:

branches/v2_0_0_prep/extensions/extDalTransformEventTheme/pom.xml
84 84
            <scope>compile</scope>
85 85
        </dependency>
86 86
		<!--TEST-->
87
        <dependency>
88
            <groupId>org.gvsig</groupId>
89
            <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
90
            <version>2.0-SNAPSHOT</version>
91
            <type>test-jar</type>
92
            <scope>test</scope>
93
        </dependency>        
87 94
		<dependency>
88 95
			<groupId>org.gvsig</groupId>
89
			<artifactId>org.gvsig.app.daltransform</artifactId>
90
			<version>2.0-SNAPSHOT</version>
91
			<classifier>tests</classifier>
92
			<scope>test</scope>
93
		</dependency>
94
		<dependency>
95
			<groupId>org.gvsig</groupId>
96 96
			<artifactId>org.gvsig.fmap.dal</artifactId>
97 97
			<classifier>tests</classifier>
98 98
			<scope>test</scope>
......
113 113
			</resource>
114 114
		</resources>
115 115
		<plugins>			
116
			<plugin>
117
				<groupId>org.apache.maven.plugins</groupId>
118
				<artifactId>maven-jar-plugin</artifactId>
119
				<executions>
120
					<!--
121
						Generates a jar file only with the test classes
122
					-->
123
					<execution>
124
						<goals>
125
							<goal>test-jar</goal>
126
						</goals>
127
						<configuration>
128
							<includes>
129
								<include>**/**</include>
130
							</includes>
131
							<excludes>
132
								<exclude>NONE</exclude>
133
							</excludes>
134
						</configuration>
135
					</execution>
136
				</executions>
137
			</plugin>
138 116
			<!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
139 117
			<plugin>
140 118
				<groupId>org.apache.maven.plugins</groupId>
branches/v2_0_0_prep/extensions/extDalTransformEventTheme/src-test/org/gvsig/app/eventlayer/dal/feature/EventThemeTransformTest.java
29 29

  
30 30
import java.io.File;
31 31

  
32
import org.gvsig.app.daltransform.BaseFeatureStoreTransform;
33 32
import org.gvsig.app.eventtheme.dal.feature.EventThemeTransform;
33
import org.gvsig.daltransform.BaseFeatureStoreTransform;
34 34
import org.gvsig.fmap.crs.CRSFactory;
35 35
import org.gvsig.fmap.dal.DataStoreParameters;
36 36
import org.gvsig.fmap.dal.exception.DataException;
branches/v2_0_0_prep/extensions/extDalTransformJoin/pom.xml
93 93
            <scope>compile</scope>
94 94
        </dependency>
95 95
		<!--TEST-->
96
		<!--
97 96
		<dependency>
98 97
			<groupId>org.gvsig</groupId>
99 98
			<artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
100 99
			<version>2.0-SNAPSHOT</version>
101
			<classifier>tests</classifier>
102
			<scope>test</scope>
100
            <type>test-jar</type>
101
            <scope>test</scope>
103 102
		</dependency>
104
		-->
105 103
		<dependency>
106 104
			<groupId>org.gvsig</groupId>
107 105
			<artifactId>org.gvsig.fmap.dal</artifactId>
......
124 122
			</resource>
125 123
		</resources>
126 124
		<plugins>			
127
			<plugin>
128
				<groupId>org.apache.maven.plugins</groupId>
129
				<artifactId>maven-jar-plugin</artifactId>
130
				<executions>
131
					<!--
132
						Generates a jar file only with the test classes
133
					-->
134
					<execution>
135
						<goals>
136
							<goal>test-jar</goal>
137
						</goals>
138
						<configuration>
139
							<includes>
140
								<include>**/**</include>												
141
							</includes>
142
							<excludes>
143
								<exclude>NONE</exclude>
144
							</excludes>
145
						</configuration>
146
					</execution>
147
				</executions>
148
			</plugin>
149 125
			<!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
150 126
			<plugin>
151 127
				<groupId>org.apache.maven.plugins</groupId>

Also available in: Unified diff