fedd3b8b2b6972695518ef69a8afc95fb9b59d1f
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.model.tosca / pom.xml
1 <!--
2 /*******************************************************************************
3  * Copyright (c) 2013 University of Stuttgart.
4  * All rights reserved. This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License v1.0
6  * and the Apache License 2.0 which both accompany this distribution,
7  * and are available at http://www.eclipse.org/legal/epl-v10.html
8  * and http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Contributors:
11  *    Tobias Binz - initial API and implementation and/or initial documentation
12  *******************************************************************************/
13 -->
14 <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">
15         <modelVersion>4.0.0</modelVersion>
16         <groupId>org.eclipse.winery</groupId>
17         <artifactId>org.eclipse.winery.model.tosca</artifactId>
18         <version>0.1.21-SNAPSHOT</version>
19         <properties>
20                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21         </properties>
22         <url>http://www.eclipse.org/winery</url>
23         <organization>
24                 <name>Eclipse.org - Winery Project</name>
25                 <url>http://www.eclipse.org/winery</url>
26         </organization>
27         <issueManagement>
28                 <system>bugzilla</system>
29                 <url>https://bugs.eclipse.org/bugs</url>
30         </issueManagement>
31         <inceptionYear>2012</inceptionYear>
32         <mailingLists>
33                 <mailingList>
34                         <name>Winery Developer List</name>
35                         <post>winery-dev@eclipse.org</post>
36                         <archive>http://dev.eclipse.org/mhonarc/lists/winery-dev</archive>
37                 </mailingList>
38         </mailingLists>
39         <licenses>
40                 <license>
41                         <name>Eclipse Public License v1.0</name>
42                         <url>http://www.eclipse.org/legal/epl-v10.html</url>
43                         <distribution>repo</distribution>
44                         <comments>Standard Eclipse Licence</comments>
45                 </license>
46                 <license>
47                         <name>Apache License, Version 2.0</name>
48                         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
49                         <distribution>repo</distribution>
50                 </license>
51         </licenses>
52         <build>
53                 <plugins>
54                         <plugin>
55                                 <groupId>org.apache.maven.plugins</groupId>
56                                 <artifactId>maven-compiler-plugin</artifactId>
57                                 <version>3.1</version>
58                                 <configuration>
59                                         <source>1.7</source>
60                                         <target>1.7</target>
61                                 </configuration>
62                         </plugin>
63                         <plugin>
64                                 <groupId>org.codehaus.mojo</groupId>
65                                 <artifactId>jaxb2-maven-plugin</artifactId>
66                                 <version>1.5</version>
67                                 <executions>
68                                         <execution>
69                                                 <phase>generate-sources</phase>
70                                                 <goals>
71                                                         <goal>xjc</goal>
72                                                 </goals>
73                                                 <configuration>
74                                                         <schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
75                                                         <!--<schemaFiles>TOSCA-v1.0-cos01.xsd</schemaFiles>-->
76                                                         <packageName>org.eclipse.winery.model.tosca</packageName>
77                                                 </configuration>
78                                         </execution>
79                                 </executions>
80                         </plugin>
81                 </plugins>
82         </build>
83 </project>