Revision 47542 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.sqlite/org.gvsig.sqlite.provider/pom.xml

View differences:

pom.xml
160 160
            <scope>test</scope>
161 161
        </dependency>
162 162
        <dependency>
163
            <groupId>org.gvsig</groupId>
164
            <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
165
            <scope>test</scope>
166
        </dependency>
167
        <dependency>
163 168
            <groupId>junit</groupId>
164 169
            <artifactId>junit</artifactId>
165 170
            <type>jar</type>
......
195 200
                <artifactId>maven-surefire-plugin</artifactId>
196 201
                <configuration>
197 202
                    <!-- Skip test execution ? -->
198
                    <skipTests>true</skipTests>
203
                    <skipTests>false</skipTests>
199 204
                    <!-- Ignore test execution failure ? -->
200 205
                    <testFailureIgnore>true</testFailureIgnore>
201 206
<!--                    
......
218 223
                            <goal>testCompile</goal>
219 224
                        </goals>
220 225
                        <configuration>
221
                            <skip>true</skip>
226
                            <skip>false</skip>
222 227
                        </configuration>
223 228
                    </execution>
224 229
                </executions>

Also available in: Unified diff