Revision 43830 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.library/org.gvsig.annotation/org.gvsig.annotation.lib/org.gvsig.annotation.lib.impl/pom.xml

View differences:

pom.xml
7 7
  <parent>
8 8
    <groupId>org.gvsig</groupId>
9 9
    <artifactId>org.gvsig.annotation.lib</artifactId>
10
    <version>2.0.221-SNAPSHOT</version>
10
    <version>3.0.0-SNAPSHOT</version>
11 11
  </parent>
12 12
  <dependencies>
13 13
    <dependency>
......
59 59
  
60 60
<!--
61 61

  
62
    <dependency>
63
      <groupId>org.gvsig</groupId>
64
      <artifactId>org.gvsig.annotation.lib.api</artifactId>
65
      <type>test-jar</type>
66
      <scope>test</scope>
67
    </dependency>
68
    <dependency>
69
      <groupId>org.gvsig</groupId>
70
      <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
71
      <scope>test</scope>  
72
    </dependency>  
73
    <dependency>
74
      <groupId>org.gvsig</groupId>
75
      <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
76
      <scope>test</scope>  
77
    </dependency>
78
    <dependency>
79
      <groupId>org.gvsig</groupId>
80
      <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
81
      <scope>compile</scope>      
82
    </dependency>
83
-->
62
            <dependency>
63
              <groupId>org.gvsig</groupId>
64
              <artifactId>org.gvsig.annotation.lib.api</artifactId>
65
              <type>test-jar</type>
66
              <scope>test</scope>
67
            </dependency>
68
            <dependency>
69
              <groupId>org.gvsig</groupId>
70
              <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
71
              <scope>test</scope>  
72
            </dependency>  
73
            <dependency>
74
              <groupId>org.gvsig</groupId>
75
              <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
76
              <scope>test</scope>  
77
            </dependency>
78
            <dependency>
79
              <groupId>org.gvsig</groupId>
80
              <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
81
              <scope>compile</scope>      
82
            </dependency>
83
        -->
84 84

  
85
  </dependencies>
85
    </dependencies>
86 86

  
87
  <build>
88
    <plugins>
89
      <plugin>
90
        <!-- Skip compilation tests -->
91
        <groupId>org.apache.maven.plugins</groupId>
92
        <artifactId>maven-compiler-plugin</artifactId>
93
        <executions>
94
          <execution>
95
            <id>default-testCompile</id>
96
            <phase>process-test-sources</phase>
97
            <goals>
98
              <goal>testCompile</goal>
99
            </goals>
100
            <configuration>
101
              <skip>true</skip>
102
            </configuration>
103
          </execution>
104
        </executions>
105
      </plugin>
106
    </plugins>
107
  </build>
87
    <build>
88
        <plugins>
89
            <plugin>
90
                <!-- Skip compilation tests -->
91
                <groupId>org.apache.maven.plugins</groupId>
92
                <artifactId>maven-compiler-plugin</artifactId>
93
                <executions>
94
                    <execution>
95
                        <id>default-testCompile</id>
96
                        <phase>process-test-sources</phase>
97
                        <goals>
98
                            <goal>testCompile</goal>
99
                        </goals>
100
                        <configuration>
101
                            <skip>true</skip>
102
                        </configuration>
103
                    </execution>
104
                </executions>
105
            </plugin>
106
        </plugins>
107
    </build>
108 108

  
109 109
</project>

Also available in: Unified diff