Project

General

Profile

« Previous | Next » 

Revision 52941b17

Added by Niels Hoffmann over 11 years ago

Materialize x86_64 linux only

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 3
	<modelVersion>4.0.0</modelVersion>
4
	<prerequisites>
5
		<maven>3.0</maven>
6
	</prerequisites>
4 7
	<groupId>eu.etaxonomy</groupId>
5 8
	<artifactId>taxeditor-parent</artifactId>
6 9
	<version>3.0.6-SNAPSHOT</version>
......
13 16
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 17
		<cdmlib.version>3.0.7-SNAPSHOT</cdmlib.version>
15 18
		<tycho.version>0.12.0</tycho.version>
19
		<taxeditor.version>3.0.6-SNAPSHOT</taxeditor.version>
16 20
	</properties>
17 21
	<modules>
18 22
		<module>eu.etaxonomy.taxeditor.cdmlib</module>
......
96 100
				<version>${tycho.version}</version>
97 101
				<extensions>true</extensions>
98 102
			</plugin>
103
			<plugin>
104
				<groupId>org.eclipse.tycho</groupId>
105
				<artifactId>tycho-packaging-plugin</artifactId>
106
				<version>${tycho.version}</version>
107
				<configuration>
108
					<strictVersions>true</strictVersions>
109
				</configuration>
110
			</plugin>
99 111
			<plugin>
100 112
				<groupId>org.eclipse.tycho</groupId>
101 113
				<artifactId>target-platform-configuration</artifactId>
......
106 118
						<artifact>
107 119
							<groupId>eu.etaxonomy</groupId>
108 120
							<artifactId>eu.etaxonomy.taxeditor</artifactId>
109
							<version>3.0.6-SNAPSHOT</version>
121
							<version>${taxeditor.version}</version>
110 122
							<classifier>rcp</classifier>
111 123
						</artifact>
112 124
					</target>
113 125
					<ignoreTychoRepositories>true</ignoreTychoRepositories>
114 126
					<environments>
115
						<environment>
127
						<!--environment>
116 128
							<os>macosx</os>
117 129
							<ws>cocoa</ws>
118 130
							<arch>x86_64</arch>
119
						</environment>
131
						</environment-->
120 132
						<!--environment>
121 133
							<os>win32</os>
122 134
							<ws>win32</ws>
123 135
							<arch>x86</arch>
124
						</environment>
136
						</environment-->
125 137
						<environment>
126 138
							<os>linux</os>
127 139
							<ws>gtk</ws>
128
							<arch>x86</arch>
140
							<arch>x86_64</arch>
129 141
						</environment>
130
						<environment>
142
						<!--environment>
131 143
							<os>linux</os>
132 144
							<ws>gtk</ws>
133 145
							<arch>x86_64</arch>
......
239 251
					<artifactId>maven-jar-plugin</artifactId>
240 252
					<version>2.3.1</version>
241 253
				</plugin>
242
				<plugin>
254
				<!--plugin>
243 255
					<groupId>org.eclipse.tycho</groupId>
244 256
					<artifactId>tycho-packaging-plugin</artifactId>
245
					<version>${tycho.version}</version>
246
					<!--executions>
257
					<version>${tycho.version}</version-->
258
				<!--executions>
247 259
						<execution>
248 260
							<id>timestamp</id>
249 261
							<phase>validate</phase>
......
252 264
							</goals>
253 265
						</execution>
254 266
					</executions-->
255
					<!-- for some reason configuration won't work here, have to define
267
				<!-- for some reason configuration won't work here, have to define
256 268
	        			in each module -->
257
					<configuration>
269
				<!--configuration>
258 270
						<archive>
259 271
							<addMavenDescriptor>false</addMavenDescriptor>
260 272
						</archive>
......
266 278
							</environment>
267 279
						</environments>
268 280
					</configuration>
269
				</plugin>
281
				</plugin-->
270 282
			</plugins>
271 283
		</pluginManagement>
272 284
	</build>

Also available in: Unified diff