Project

General

Profile

« Previous | Next » 

Revision f1bd98e4

Added by Andreas Müller about 11 years ago

fix bug in eflora pom

View differences:

cdm-eflora/pom.xml
20 20
  </scm>
21 21
  <build>
22 22
    <plugins>
23
      <plugin>
24
        <groupId>org.apache.maven.plugins</groupId>
25
        <artifactId>maven-jar-plugin</artifactId>
26
        <executions>
27
          <execution>
28
            <goals>
29
              <goal>test-jar</goal>
30
            </goals>
31
          </execution>
32
        </executions>
33
      </plugin>
34 23
    </plugins>
35 24
  </build>
36 25
  <dependencies>   
......
44 33
   	<dependency>
45 34
  		<groupId>eu.etaxonomy</groupId>
46 35
  		<artifactId>cdmlib-io</artifactId>
36
  		<version>${project.version}</version>
47 37
  	</dependency>
48 38
  </dependencies>
49 39
</project>

Also available in: Unified diff