Project

General

Profile

« Previous | Next » 

Revision 3b92abf1

Added by Niels Hoffmann over 12 years ago

product zip files now have a proper root folder

View differences:

eu.etaxonomy.taxeditor/pom.xml
34 34
						</goals>
35 35
					</execution>
36 36
				</executions>
37
				<configuration>
38
					<products>
39
						<product>
40
							<id>eu.etaxonomy.taxeditor.product</id>
41
							<rootFolder>EDIT Taxonomic Editor</rootFolder>
42
						</product>
43
					</products>
44
				</configuration>
37 45
			</plugin>
38 46
		</plugins>
39 47
	</build>
pom.xml
124 124
				<artifactId>target-platform-configuration</artifactId>
125 125
				<version>${tycho.version}</version>
126 126
				<configuration>
127
					<!--target>
128
						<artifact>
129
							<groupId>eu.etaxonomy</groupId>
130
							<artifactId>eu.etaxonomy.taxeditor</artifactId>
131
							<version>${taxeditor.version}</version>
132
							<classifier>rcp</classifier>
133
						</artifact>
134
					</target-->
135
					<!--ignoreTychoRepositories>true</ignoreTychoRepositories-->
136 127
					<environments>
137 128
						<environment>
138 129
							<os>macosx</os>
......
291 282
				</configuration>
292 283
			</plugin>
293 284
		</plugins>
294
		<!--pluginManagement>
295
			<plugins>
296
				<plugin>
297
					<groupId>org.apache.maven.plugins</groupId>
298
					<artifactId>maven-jar-plugin</artifactId>
299
					<version>2.3.1</version>
300
				</plugin>
301
				<plugin>
302
					<groupId>org.codehaus.mojo</groupId>
303
					<artifactId>wagon-maven-plugin</artifactId>
304
					<version>1.0-beta-3</version>
305
				</plugin-->
306
		<!--plugin>
307
					<groupId>org.eclipse.tycho</groupId>
308
					<artifactId>tycho-packaging-plugin</artifactId>
309
					<version>${tycho.version}</version-->
310
		<!--executions>
311
						<execution>
312
							<id>timestamp</id>
313
							<phase>validate</phase>
314
							<goals>
315
								<goal>timestamp</goal>
316
							</goals>
317
						</execution>
318
					</executions-->
319
		<!-- for some reason configuration won't work here, have to define
320
	        			in each module -->
321
		<!--configuration>
322
						<archive>
323
							<addMavenDescriptor>false</addMavenDescriptor>
324
						</archive>
325
						<environments>
326
							<environment>
327
								<os>macosx</os>
328
								<ws>cocoa</ws>
329
								<arch>x86</arch>
330
							</environment>
331
						</environments>
332
					</configuration>
333
				</plugin-->
334
		<!--/plugins>
335
		</pluginManagement-->
336 285
		<extensions>
337 286
			<extension>
338 287
				<groupId>org.apache.maven.wagon</groupId>
......
408 357
		<site>
409 358
			<id>wp5.e-taxonomy.eu</id>
410 359
			<name>EDIT Taxonomic Editor</name>
411
			<url>scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/taxeditor/</url>
360
			<url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/</url>
412 361
		</site>
413 362
		<repository>
414 363
			<uniqueVersion>false</uniqueVersion>
415 364
			<id>wp5.e-taxonomy.eu</id>
416 365
			<name>Edit Maven Repository</name>
417
			<url>scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
366
			<url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
418 367
		</repository>
419 368
	</distributionManagement>
420 369
</project>

Also available in: Unified diff