Revision 44669 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.h2/pom.xml

View differences:

pom.xml
89 89
            <version>1.3.0</version>
90 90
            <scope>compile</scope>
91 91
        </dependency>
92
        
93
        
94
        
92 95
        <dependency>
93 96
            <groupId>org.gvsig</groupId>
94 97
            <artifactId>${org.gvsig.fmap.geometry.impl}</artifactId>
......
109 112
            <artifactId>${org.gvsig.proj.lib.impl}</artifactId>
110 113
            <scope>test</scope>
111 114
        </dependency>
112
<!--
113 115
        <dependency>
114 116
            <groupId>org.gvsig</groupId>
115
            <artifactId>${org.gvsig.fmap.geometry.impl}</artifactId>
116
            <scope>test</scope>
117
        </dependency>    
118
-->
119
        <dependency>
120
            <groupId>org.gvsig</groupId>
121 117
            <artifactId>org.gvsig.compat.se</artifactId>
122 118
            <scope>test</scope>
123 119
        </dependency>
......
128 124
        </dependency>      
129 125
        <dependency>
130 126
            <groupId>org.gvsig</groupId>
131
            <artifactId>org.gvsig.projection.cresques.impl</artifactId>
127
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
132 128
            <scope>test</scope>
133 129
        </dependency>
134 130
        <dependency>
135 131
            <groupId>org.gvsig</groupId>
136
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
132
            <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
137 133
            <scope>test</scope>
138 134
        </dependency>
139
        
135
        <dependency>
136
            <groupId>org.gvsig</groupId>
137
            <artifactId>org.gvsig.tools.util.impl</artifactId>
138
            <scope>test</scope>
139
        </dependency>
140
                        
140 141
    </dependencies>
141
  <build>
142
    <plugins>
142
    <build>
143
        <plugins>
143 144

  
144
      <!-- Skip test execution ? -->
145
      <plugin>
146
        <groupId>org.apache.maven.plugins</groupId>
147
        <artifactId>maven-surefire-plugin</artifactId>
148
        <configuration>
149
          <skipTests>false</skipTests>
150
        </configuration>
151
      </plugin>
145
            <!-- Skip test execution ? -->
146
            <plugin>
147
                <groupId>org.apache.maven.plugins</groupId>
148
                <artifactId>maven-surefire-plugin</artifactId>
149
                <configuration>
150
                    <skipTests>false</skipTests>
151
                </configuration>
152
            </plugin>
152 153
        
153
      <!-- Skip test compilation ? -->
154
      <plugin>
155
        <groupId>org.apache.maven.plugins</groupId>
156
        <artifactId>maven-compiler-plugin</artifactId>
157
        <executions>
158
          <execution>
159
            <id>default-testCompile</id>
160
            <phase>process-test-sources</phase>
161
            <goals>
162
              <goal>testCompile</goal>
163
            </goals>
164
            <configuration>
165
              <skip>false</skip>
166
            </configuration>
167
          </execution>
168
        </executions>
169
      </plugin>
154
            <!-- Skip test compilation ? -->
155
            <plugin>
156
                <groupId>org.apache.maven.plugins</groupId>
157
                <artifactId>maven-compiler-plugin</artifactId>
158
                <executions>
159
                    <execution>
160
                        <id>default-testCompile</id>
161
                        <phase>process-test-sources</phase>
162
                        <goals>
163
                            <goal>testCompile</goal>
164
                        </goals>
165
                        <configuration>
166
                            <skip>false</skip>
167
                        </configuration>
168
                    </execution>
169
                </executions>
170
            </plugin>
170 171

  
171
      <!-- Ignore test execution failure ? -->
172
      <plugin>
173
        <groupId>org.apache.maven.plugins</groupId>
174
        <artifactId>maven-surefire-plugin</artifactId>
175
        <configuration>
176
          <testFailureIgnore>false</testFailureIgnore>
177
        </configuration>
178
      </plugin>
172
            <!-- Ignore test execution failure ? -->
173
            <plugin>
174
                <groupId>org.apache.maven.plugins</groupId>
175
                <artifactId>maven-surefire-plugin</artifactId>
176
                <configuration>
177
                    <testFailureIgnore>true</testFailureIgnore>
178
                </configuration>
179
            </plugin>
179 180

  
180
    </plugins>
181
  </build>
181
        </plugins>
182
    </build>
182 183

  
183 184
</project>

Also available in: Unified diff