Project

General

Profile

« Previous | Next » 

Revision 4d1c677b

Added by Niels Hoffmann over 12 years ago

Pom changes to enable fully automated tycho build and MANIFEST first development in eclipse aside

View differences:

eu.etaxonomy.taxeditor.bulkeditor/pom.xml
8 8
	</parent>
9 9

  
10 10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.etaxonomy</groupId>
12 11
	<artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
13 12
	<packaging>eclipse-plugin</packaging>
14
	<version>3.0.6-SNAPSHOT</version>
15 13

  
16 14
	<name>Bulkeditor Bundle</name>
17 15
	<description></description>
18 16
	<url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
19 17

  
20
	<build>
21
		<plugins>
22
			<plugin>
23
				<groupId>org.apache.maven.plugins</groupId>
24
				<artifactId>maven-jar-plugin</artifactId>
25
			</plugin>
26
			<plugin>
27
				<groupId>org.eclipse.tycho</groupId>
28
				<artifactId>tycho-packaging-plugin</artifactId>
29
				<version>${tycho.version}</version>
30
				<configuration>
31
					<archive>
32
						<addMavenDescriptor>false</addMavenDescriptor>
33
					</archive>
34
				</configuration>
35
			</plugin>
36
		</plugins>
37
	</build>
38 18
</project>

Also available in: Unified diff