2a8981353b97887141b864695ab2a7b7a5f0c10d
[vfc/nfvo/wfengine.git] / winery / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 /*******************************************************************************
4  * Copyright (c) 2013 University of Stuttgart.
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Eclipse Public License v1.0
7  * and the Apache License 2.0 which both accompany this distribution,
8  * and are available at http://www.eclipse.org/legal/epl-v10.html
9  * and http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Contributors:
12  *    Tobias Unger - initial API and implementation and/or initial documentation
13  *    Oliver Kopp - refinements
14  *    Tobias Binz - Adds support for building fatJars (including all dependencies) and profile for fatJars
15  *******************************************************************************/
16 -->
17 <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/xsd/maven-4.0.0.xsd">
18         <modelVersion>4.0.0</modelVersion>
19         <groupId>org.eclipse.winery</groupId>
20         <artifactId>winery</artifactId>
21         <version>0.1.37-SNAPSHOT</version>
22         <packaging>pom</packaging>
23         <name>Winery</name>
24         <description>Winery is a Web-based environment to graphically model TOSCA topologies and plans managing these topologies.</description>
25         <url>http://www.eclipse.org/winery</url>
26         <organization>
27                 <name>Eclipse.org - Winery Project</name>
28                 <url>http://www.eclipse.org/winery</url>
29         </organization>
30         <issueManagement>
31                 <system>bugzilla</system>
32                 <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Winery</url>
33         </issueManagement>
34         <inceptionYear>2012</inceptionYear>
35         <mailingLists>
36                 <mailingList>
37                         <name>Winery Developer List</name>
38                         <post>winery-dev@eclipse.org</post>
39                         <archive>http://dev.eclipse.org/mhonarc/lists/winery-dev</archive>
40                 </mailingList>
41         </mailingLists>
42         <licenses>
43                 <license>
44                         <name>Eclipse Public License v1.0</name>
45                         <url>http://www.eclipse.org/legal/epl-v10.html</url>
46                         <distribution>repo</distribution>
47                         <comments>Standard Eclipse Licence</comments>
48                 </license>
49                 <license>
50                         <name>Apache License, Version 2.0</name>
51                         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
52                         <distribution>repo</distribution>
53                 </license>
54         </licenses>
55         
56         <distributionManagement>
57     <repository>
58       <id>open-o-releases</id>
59       <url>${nexusproxy}/repositories/releases</url>
60     </repository>
61     <snapshotRepository>
62       <id>open-o-snapshots</id>
63       <url>${nexusproxy}/repositories/snapshots</url>
64     </snapshotRepository>
65   </distributionManagement>
66   
67         <scm>
68                 <developerConnection>scm:git:http://git.eclipse.org/gitroot/winery/org.eclipse.winery.winery.git/</developerConnection>
69                 <tag>HEAD</tag>
70         </scm>
71     <prerequisites>
72         <maven>3.0.3</maven>
73     </prerequisites>
74         <modules>       
75                 <module>org.eclipse.winery.model.tosca</module>
76                 <module>org.eclipse.winery.model.csar.toscametafile</module>
77                 <module>org.eclipse.winery.model.selfservice</module>           
78                 <module>org.eclipse.winery.generators.ia</module>
79                 <module>org.eclipse.winery.common</module>
80                 <module>org.eclipse.winery.repository</module>
81                 <module>org.eclipse.winery.repository.client</module>
82                 <module>org.eclipse.winery.topologymodeler</module>
83         </modules>
84         <build>
85                 <plugins>
86                         <plugin>
87                                 <groupId>org.codehaus.mojo</groupId>
88                                 <artifactId>versions-maven-plugin</artifactId>
89                                 <version>2.1</version>
90                         </plugin>
91                 </plugins>
92         </build>
93 </project>