Project

General

Profile

« Previous | Next » 

Revision b6f47468

Added by Niels Hoffmann almost 13 years ago

Buckminster is dead, long live Tycho. The complete build can now be fully automated with eclipse tycho, Thus we will be able to have continous integration for the editor and automated builds by jenkins and all the glory. Removed all buckminster related files.

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
5 5
	<parent>
6 6
		<groupId>eu.etaxonomy</groupId>
7 7
		<artifactId>taxeditor-parent</artifactId>
8
		<version>3.0</version>
8
		<version>3.0.6-SNAPSHOT</version>
9 9
	</parent>
10 10
	<modelVersion>4.0.0</modelVersion>
11 11
	<groupId>eu.etaxonomy</groupId>
12 12
	<artifactId>eu.etaxonomy.taxeditor.cdmlib</artifactId>
13
	<packaging>eclipse-plugin</packaging>
14
	<version>3.0.6-SNAPSHOT</version>
15
	
13 16
	<name>CDM Library Dependencies Plugin</name>
14 17
	<description>CDM Library and dependencies as a plugin</description>
15 18
	
16 19
	<build>
17
	    <plugins>
20
		<plugins>
21
			<plugin>
22
				<groupId>org.apache.maven.plugins</groupId>
23
				<artifactId>maven-jar-plugin</artifactId>
24
			</plugin>
25
			<plugin>
26
				<groupId>org.eclipse.tycho</groupId>
27
				<artifactId>tycho-packaging-plugin</artifactId>
28
				<version>${tycho.version}</version>
29
				<configuration>
30
					<archive>
31
						<addMavenDescriptor>false</addMavenDescriptor>
32
					</archive>
33
				</configuration>
34
			</plugin>
18 35
	      <plugin>
19 36
	        <groupId>org.apache.maven.plugins</groupId>
20 37
	        <artifactId>maven-dependency-plugin</artifactId>
......
33 50
	              <excludeTransitive>true</excludeTransitive>
34 51
	            </configuration>
35 52
	          </execution>
36
	          <execution>
53
	          <!-- execution>
37 54
	            <id>copy-dependencies-sources</id>
38 55
	            <phase>validate</phase>
39 56
	            <goals>
......
47 64
	              <overWriteSnapshots>true</overWriteSnapshots>
48 65
	              <excludeTransitive>true</excludeTransitive>
49 66
	            </configuration>
50
	          </execution>
67
	          </execution-->
51 68
	        </executions>
52 69
	      </plugin>
53 70
	    </plugins>
......
57 74
		<dependency>
58 75
			<groupId>eu.etaxonomy</groupId>
59 76
			<artifactId>cdmlib-commons</artifactId>
77
			<version>${cdmlib.version}</version>
60 78
		</dependency>
61 79
		<dependency>
62 80
			<groupId>eu.etaxonomy</groupId>
63 81
			<artifactId>cdmlib-model</artifactId>
82
			<version>${cdmlib.version}</version>
64 83
		</dependency>
65 84
		<dependency>
66 85
			<groupId>eu.etaxonomy</groupId>
67 86
			<artifactId>cdmlib-persistence</artifactId>
87
			<version>${cdmlib.version}</version>
68 88
		</dependency>
69 89
		<dependency>
70 90
			<groupId>eu.etaxonomy</groupId>
71 91
			<artifactId>cdmlib-remote</artifactId>
92
			<version>${cdmlib.version}</version>
72 93
		</dependency>
73 94
		<dependency>
74 95
			<groupId>eu.etaxonomy</groupId>
75 96
			<artifactId>cdmlib-print</artifactId>
97
			<version>${cdmlib.version}</version>
76 98
		</dependency>
77 99
		<dependency>
78 100
			<groupId>eu.etaxonomy</groupId>
79 101
			<artifactId>cdmlib-services</artifactId>
102
			<version>${cdmlib.version}</version>
80 103
		</dependency>
81 104
		<dependency>
82 105
			<groupId>eu.etaxonomy</groupId>
83 106
			<artifactId>cdmlib-io</artifactId>
107
			<version>${cdmlib.version}</version>
84 108
		</dependency>
85 109
		<dependency>
86 110
			<groupId>eu.etaxonomy</groupId>
87 111
			<artifactId>cdmlib-ext</artifactId>
112
			<version>${cdmlib.version}</version>
88 113
		</dependency>
89 114
	</dependencies>
90 115
</project>

Also available in: Unified diff