|
3 | 3 | xmlns="http://maven.apache.org/POM/4.0.0"
|
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 |
| - |
7 | 6 | <groupId>org.raml.jaxrs</groupId>
|
8 | 7 | <artifactId>raml-for-jaxrs</artifactId>
|
9 | 8 | <version>3.0.0-SNAPSHOT</version>
|
10 |
| - <name>RAML for JAXRS</name> |
| 9 | + <packaging>pom</packaging> |
| 10 | + <name>raml-for-jaxrs</name> |
11 | 11 | <description>This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.</description>
|
12 | 12 | <url>https://github.com/mulesoft-labs/raml-for-jax-rs</url>
|
13 |
| - <packaging>pom</packaging> |
14 |
| - |
15 | 13 | <modules>
|
16 | 14 | <module>build-tools</module>
|
17 | 15 | <module>jaxrs-to-raml</module>
|
18 | 16 | <module>raml-to-jaxrs</module>
|
19 | 17 | <module>utilities</module>
|
20 | 18 | </modules>
|
21 |
| - |
22 | 19 | <properties>
|
23 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
24 | 21 | <maven.compiler.source>1.7</maven.compiler.source>
|
25 | 22 | <maven.compiler.target>1.7</maven.compiler.target>
|
26 | 23 | </properties>
|
27 |
| - |
28 | 24 | <dependencyManagement>
|
29 | 25 | <dependencies>
|
30 | 26 | <!-- Third party -->
|
|
88 | 84 | </dependency>
|
89 | 85 | </dependencies>
|
90 | 86 | </dependencyManagement>
|
91 |
| - |
92 | 87 | <build>
|
93 | 88 | <plugins>
|
94 | 89 | <plugin>
|
|
270 | 265 | </distributionManagement>
|
271 | 266 | </profile>
|
272 | 267 | </profiles>
|
273 |
| - |
274 | 268 | <distributionManagement>
|
275 | 269 | <repository>
|
276 | 270 | <id>mulesoft-releases</id>
|
|
283 | 277 | <url>https://repository-master.mulesoft.org/snapshots/</url>
|
284 | 278 | </snapshotRepository>
|
285 | 279 | </distributionManagement>
|
286 |
| - |
287 | 280 | <scm>
|
288 | 281 | <url>https://github.com/mulesoft-labs/raml-for-jax-rs.git</url>
|
289 | 282 | <connection>https://github.com/mulesoft-labs/raml-for-jax-rs.git</connection>
|
290 | 283 | < developerConnection>Jean-Philippe Belanger( [email protected])</ developerConnection>
|
291 | 284 | </scm>
|
292 |
| - |
293 | 285 | <organization>
|
294 | 286 | <name>Mulesoft</name>
|
295 | 287 | <url>http://mulesoft.com</url>
|
|
0 commit comments