|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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"> |
| 2 | +<!-- |
| 3 | +
|
| 4 | +AUTOGENERATED do not edit |
| 5 | +
|
| 6 | +--> |
| 7 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 8 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
3 | 9 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>org.ruby-processing</groupId> |
| 10 | + <groupId>ruby-processing</groupId> |
5 | 11 | <artifactId>geomerative</artifactId> |
6 | 12 | <version>0.3.1</version> |
7 | | - <packaging>jar</packaging> |
8 | | - <description> |
9 | | - geomerative-library for JRubyArt |
10 | | - </description> |
11 | | - |
12 | | - <parent> |
13 | | - <groupId>org.sonatype.oss</groupId> |
14 | | - <artifactId>oss-parent</artifactId> |
15 | | - <version>7</version> |
16 | | - </parent> |
17 | | - |
18 | | - <issueManagement> |
19 | | - <system>Github</system> |
20 | | - <url>https://github.com/ruby-processing/geomerativegem/issues</url> |
21 | | - </issueManagement> |
22 | | - |
23 | | - <scm> |
24 | | - <connection>scm:git:git://github.com/ruby-processing/geomerativegem.git</connection> |
25 | | - <developerConnection>scm:git:git@github.com:ruby-processing/geomerativegem.git</developerConnection> |
26 | | - <url>https://github.com/ruby-processing/geomerative</url> |
27 | | - </scm> |
28 | | - |
29 | | - <licenses> |
30 | | - <license> |
31 | | - <name>AGPL 3</name> |
32 | | - <url>http://www.gnu.org/licenses/agpl-3.0.html</url> |
33 | | - </license> |
34 | | - <license> |
35 | | - <name>Apache 2</name> |
36 | | - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
37 | | - </license> |
38 | | - </licenses> |
39 | | - |
| 13 | + <name>geomerative</name> |
| 14 | + <description>geomerative-library for JRubyArt</description> |
| 15 | + <organization> |
| 16 | + <name>ruby-processing</name> |
| 17 | + <url>https://ruby-processing.github.io</url> |
| 18 | + </organization> |
40 | 19 | <developers> |
41 | 20 | <developer> |
42 | 21 | <id>monkstone</id> |
43 | 22 | <name>Martin Prout</name> |
44 | 23 | <email>martin_p@lineone.net</email> |
| 24 | + <roles> |
| 25 | + <role>developer</role> |
| 26 | + </roles> |
45 | 27 | </developer> |
46 | 28 | </developers> |
47 | | - |
| 29 | + <scm> |
| 30 | + <connection>scm:git:git://github.com/ruby-processing/geomerative.git</connection> |
| 31 | + <developerConnection>scm:git:git@github.com:ruby-processing/geomerative.git</developerConnection> |
| 32 | + <url>https://github.com/ruby-processing/geomerative</url> |
| 33 | + </scm> |
| 34 | + <issueManagement> |
| 35 | + <system>Github</system> |
| 36 | + <url>https://github.com/ruby-processing/geomerative/issues</url> |
| 37 | + </issueManagement> |
| 38 | + <properties> |
| 39 | + <polyglot.dump.pom>pom.xml</polyglot.dump.pom> |
| 40 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 41 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 42 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 43 | + </properties> |
48 | 44 | <dependencies> |
49 | 45 | <dependency> |
50 | 46 | <groupId>org.processing</groupId> |
51 | 47 | <artifactId>core</artifactId> |
52 | 48 | <version>3.0.1</version> |
53 | 49 | </dependency> |
54 | 50 | </dependencies> |
55 | | - <properties> |
56 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
57 | | - <maven.compiler.source>1.8</maven.compiler.source> |
58 | | - <maven.compiler.target>1.8</maven.compiler.target> |
59 | | - </properties> |
60 | 51 | <build> |
61 | 52 | <sourceDirectory>src</sourceDirectory> |
| 53 | + <defaultGoal>package</defaultGoal> |
62 | 54 | <finalName>geomerative</finalName> |
63 | | - <extensions> |
64 | | - <extension> |
65 | | - <groupId>org.apache.maven.wagon</groupId> |
66 | | - <artifactId>wagon-webdav-jackrabbit</artifactId> |
67 | | - <version>2.1</version> |
68 | | - </extension> |
69 | | - </extensions> |
70 | 55 | <plugins> |
71 | 56 | <plugin> |
72 | 57 | <artifactId>maven-compiler-plugin</artifactId> |
|
89 | 74 | <artifactId>maven-resources-plugin</artifactId> |
90 | 75 | <version>2.6</version> |
91 | 76 | </plugin> |
92 | | - <plugin> |
93 | | - <groupId>org.apache.maven.plugins</groupId> |
94 | | - <artifactId>maven-dependency-plugin</artifactId> |
95 | | - <version>2.10</version> |
96 | | - <executions> |
97 | | - <execution> |
98 | | - <id>default-cli</id> |
99 | | - </execution> |
100 | | - </executions> |
101 | | - </plugin> |
102 | 77 | </plugins> |
103 | 78 | </build> |
104 | 79 | </project> |
0 commit comments