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.printpublisher/pom.xml
11 11
	<groupId>eu.etaxonomy</groupId>
12 12
	<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId>
13 13
	<packaging>eclipse-plugin</packaging>
14
	<version>3.0.6-SNAPSHOT</version>
15 14
	
16 15
	<name>Printpublisher Bundle</name>
17 16
	<description></description>
18 17
	<url>http://wp5.e-taxonomy.eu/printpublisher</url>
19 18

  
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 19
</project>

Also available in: Unified diff