|
9 | 9 |
|
10 | 10 | <name>Flowable Designer - Parent project</name> |
11 | 11 | <description>Flowable Designer - Parent project pom</description> |
| 12 | + |
| 13 | + <parent> |
| 14 | + <groupId>org.sonatype.oss</groupId> |
| 15 | + <artifactId>oss-parent</artifactId> |
| 16 | + <version>7</version> |
| 17 | + </parent> |
12 | 18 |
|
13 | 19 | <properties> |
14 | 20 | <tycho-version>0.22.0</tycho-version> |
|
18 | 24 | <profiles> |
19 | 25 | <profile> |
20 | 26 | <id>platform-mars</id> |
| 27 | + <modules> |
| 28 | + <module>../org.flowable.designer.updatesite</module> |
| 29 | + </modules> |
21 | 30 | <activation> |
22 | 31 | <property> |
23 | 32 | <name>platform-version-name</name> |
|
33 | 42 | </profile> |
34 | 43 | <profile> |
35 | 44 | <id>platform-neon</id> |
| 45 | + <modules> |
| 46 | + <module>../org.flowable.designer.updatesite</module> |
| 47 | + </modules> |
36 | 48 | <activation> |
37 | 49 | <activeByDefault>true</activeByDefault> |
38 | 50 | <property> |
|
47 | 59 | <graphiti-site>http://download.eclipse.org/graphiti/updates/0.13.1</graphiti-site> |
48 | 60 | </properties> |
49 | 61 | </profile> |
| 62 | + <profile> |
| 63 | + <id>deploy</id> |
| 64 | + <properties> |
| 65 | + <eclipse-site>http://download.eclipse.org/releases/neon</eclipse-site> |
| 66 | + <platform-version>[4.6)</platform-version> |
| 67 | + <platform-version-name>neon</platform-version-name> |
| 68 | + <graphiti-site>http://download.eclipse.org/graphiti/updates/0.13.1</graphiti-site> |
| 69 | + </properties> |
| 70 | + <build> |
| 71 | + <plugins> |
| 72 | + <plugin> |
| 73 | + <groupId>org.apache.maven.plugins</groupId> |
| 74 | + <artifactId>maven-source-plugin</artifactId> |
| 75 | + <executions> |
| 76 | + <execution> |
| 77 | + <goals> |
| 78 | + <goal>jar</goal> |
| 79 | + </goals> |
| 80 | + </execution> |
| 81 | + </executions> |
| 82 | + </plugin> |
| 83 | + <plugin> |
| 84 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 85 | + <configuration> |
| 86 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 87 | + </configuration> |
| 88 | + <executions> |
| 89 | + <execution> |
| 90 | + <id>attach-javadocs</id> |
| 91 | + <goals> |
| 92 | + <goal>jar</goal> |
| 93 | + </goals> |
| 94 | + </execution> |
| 95 | + </executions> |
| 96 | + </plugin> |
| 97 | + <plugin> |
| 98 | + <groupId>org.apache.maven.plugins</groupId> |
| 99 | + <artifactId>maven-gpg-plugin</artifactId> |
| 100 | + <executions> |
| 101 | + <execution> |
| 102 | + <id>sign-artifacts</id> |
| 103 | + <phase>verify</phase> |
| 104 | + <goals> |
| 105 | + <goal>sign</goal> |
| 106 | + </goals> |
| 107 | + </execution> |
| 108 | + </executions> |
| 109 | + </plugin> |
| 110 | + </plugins> |
| 111 | + </build> |
| 112 | + </profile> |
50 | 113 | </profiles> |
51 | | - |
| 114 | + |
52 | 115 | <modules> |
53 | 116 | <module>../org.flowable.designer.libs</module> |
54 | 117 | <module>../org.flowable.designer.eclipse</module> |
55 | 118 | <module>../org.flowable.designer.gui</module> |
56 | 119 | <module>../org.flowable.designer.util</module> |
57 | 120 | <module>../org.flowable.designer.help</module> |
58 | 121 | <module>../org.flowable.designer.feature</module> |
59 | | - <module>../org.flowable.designer.updatesite</module> |
60 | 122 | <module>../org.flowable.designer.integration</module> |
61 | 123 | <module>../org.flowable.designer.validation.bpmn20</module> |
62 | 124 | </modules> |
|
152 | 214 | </plugin> |
153 | 215 | </plugins> |
154 | 216 | </build> |
| 217 | + |
| 218 | + <url>http://flowable.org</url> |
| 219 | + <licenses> |
| 220 | + <license> |
| 221 | + <name>Apache v2</name> |
| 222 | + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 223 | + </license> |
| 224 | + </licenses> |
| 225 | + <organization> |
| 226 | + <name>Flowable</name> |
| 227 | + <url>http://flowable.org</url> |
| 228 | + </organization> |
| 229 | + <developers> |
| 230 | + <developer> |
| 231 | + <name>Tijs Rademakers</name> |
| 232 | + <organization>Flowable</organization> |
| 233 | + <url>http://flowable.org</url> |
| 234 | + </developer> |
| 235 | + <developer> |
| 236 | + <name>Joram Barrez</name> |
| 237 | + <organization>Flowable</organization> |
| 238 | + <url>http://flowable.org</url> |
| 239 | + </developer> |
| 240 | + <developer> |
| 241 | + <name>Frederik Heremans</name> |
| 242 | + </developer> |
| 243 | + <developer> |
| 244 | + <name>Yvo Swillens</name> |
| 245 | + <organization>Flowable</organization> |
| 246 | + <url>http://flowable.org</url> |
| 247 | + </developer> |
| 248 | + </developers> |
| 249 | + <issueManagement> |
| 250 | + <system>Github issues</system> |
| 251 | + <url>https://github.com/flowable/flowable-designer/issues</url> |
| 252 | + </issueManagement> |
| 253 | + <scm> |
| 254 | + <url>git@github.com:flowable/flowable-designer.git</url> |
| 255 | + <connection>scm:git:git@github.com:flowable/flowable-designer.git</connection> |
| 256 | + <developerConnection>scm:git:git@github.com:flowable/flowable-designer.git</developerConnection> |
| 257 | + </scm> |
155 | 258 |
|
156 | 259 | </project> |
0 commit comments