|
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"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>org.ruby-processing</groupId> |
5 | | - <artifactId>box2d</artifactId> |
6 | | - <version>0.6.0</version> |
7 | | - <packaging>jar</packaging> |
8 | | - <description> |
9 | | - jbox2d-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/jbox2d/issues</url> |
21 | | - </issueManagement> |
| 2 | +<!-- |
22 | 3 |
|
23 | | - <scm> |
24 | | - <connection>scm:git:git://github.com/ruby-processing/jbox2d.git</connection> |
25 | | - <developerConnection>scm:git:git@github.com:ruby-processing/jbox2d.git</developerConnection> |
26 | | - <url>https://github.com/ruby-processing/jbox2d</url> |
27 | | - </scm> |
| 4 | +Auto-generated do not edit |
28 | 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"> |
| 9 | + <modelVersion>4.0.0</modelVersion> |
| 10 | + <groupId>ruby-processing</groupId> |
| 11 | + <artifactId>pbox2d</artifactId> |
| 12 | + <version>0.7</version> |
| 13 | + <name>pbox2d</name> |
| 14 | + <description>jbox2d for JRubyArt</description> |
| 15 | + <url>https://github.com/ruby-processing/jbox2d</url> |
| 16 | + <organization> |
| 17 | + <name>ruby-processing</name> |
| 18 | + <url>https://ruby-processing.github.io</url> |
| 19 | + </organization> |
29 | 20 | <licenses> |
30 | 21 | <license> |
31 | 22 | <name>BSD-2-clause</name> |
32 | 23 | <url>http://www.opensource.org/licenses/bsd-license.php</url> |
33 | 24 | </license> |
34 | 25 | </licenses> |
35 | | - |
36 | 26 | <developers> |
37 | 27 | <developer> |
38 | 28 | <id>monkstone</id> |
39 | 29 | <name>Martin Prout</name> |
40 | 30 | <email>martin_p@lineone.net</email> |
| 31 | + <roles> |
| 32 | + <role>developer</role> |
| 33 | + </roles> |
41 | 34 | </developer> |
42 | 35 | </developers> |
43 | | - |
| 36 | + <scm> |
| 37 | + <connection>scm:git:git://github.com/ruby-processing/jbox2d.git</connection> |
| 38 | + <developerConnection>scm:git:git@github.com/ruby-processing/jbox2dt.git</developerConnection> |
| 39 | + <url>https://github.com/ruby-processing/jbox2d</url> |
| 40 | + </scm> |
| 41 | + <issueManagement> |
| 42 | + <system>Github</system> |
| 43 | + <url>https://github.com/ruby-processing/jbox2d/issues</url> |
| 44 | + </issueManagement> |
| 45 | + <properties> |
| 46 | + <processing.api>http://processing.github.io/processing-javadocs/core/</processing.api> |
| 47 | + <polyglot.dump.pom>pom.xml</polyglot.dump.pom> |
| 48 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 49 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 50 | + <jruby.api>http://jruby.org/apidocs/</jruby.api> |
| 51 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 52 | + </properties> |
44 | 53 | <dependencies> |
45 | 54 | <dependency> |
46 | | - <groupId>org.jbox2d</groupId> |
47 | | - <artifactId>jbox2d-library</artifactId> |
48 | | - <version>2.3.1-SNAPSHOT</version> |
49 | | - <scope>system</scope> |
50 | | - <systemPath>${jbox2d.home}/jbox2d-library-2.3.1-SNAPSHOT.jar</systemPath> |
| 55 | + <groupId>org.jruby</groupId> |
| 56 | + <artifactId>jruby</artifactId> |
| 57 | + <version>9.0.4.0</version> |
| 58 | + <type>pom</type> |
51 | 59 | </dependency> |
52 | 60 | <dependency> |
53 | 61 | <groupId>org.processing</groupId> |
54 | 62 | <artifactId>core</artifactId> |
55 | | - <scope>system</scope> |
56 | 63 | <version>3.0.1</version> |
57 | | - <systemPath>${processing.home}/core/library/core.jar</systemPath> |
58 | 64 | </dependency> |
59 | 65 | </dependencies> |
60 | | - <properties> |
61 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
62 | | - <maven.compiler.source>1.8</maven.compiler.source> |
63 | | - <maven.compiler.target>1.8</maven.compiler.target> |
64 | | - <!-- for Mac developers, non Archlinux and Windows can probably figure it out |
65 | | - <processing.home>/Applications/Processing.app/Contents/Java</processing.home> |
66 | | - --> |
67 | | - <processing.home>/usr/share/processing</processing.home> |
68 | | - <jbox2d.home>${user.home}/jbox2d/jbox2d-library/target</jbox2d.home> |
69 | | - </properties> |
70 | 66 | <build> |
71 | 67 | <sourceDirectory>src</sourceDirectory> |
| 68 | + <defaultGoal>package</defaultGoal> |
72 | 69 | <finalName>box2d</finalName> |
73 | | - <extensions> |
74 | | - <extension> |
75 | | - <groupId>org.apache.maven.wagon</groupId> |
76 | | - <artifactId>wagon-webdav-jackrabbit</artifactId> |
77 | | - <version>2.1</version> |
78 | | - </extension> |
79 | | - </extensions> |
80 | | - <plugins> |
81 | | - <plugin> |
82 | | - <artifactId>maven-compiler-plugin</artifactId> |
83 | | - <version>3.1</version> |
84 | | - <configuration> |
85 | | - <source>1.8</source> |
86 | | - <target>1.8</target> |
87 | | - </configuration> |
88 | | - </plugin> |
89 | | - <plugin> |
90 | | - <artifactId>maven-jar-plugin</artifactId> |
91 | | - <version>2.4</version> |
92 | | - <configuration> |
93 | | - <archive> |
94 | | - <manifestFile>MANIFEST.MF</manifestFile> |
95 | | - </archive> |
96 | | - </configuration> |
97 | | - </plugin> |
98 | | - <plugin> |
99 | | - <artifactId>maven-resources-plugin</artifactId> |
100 | | - <version>2.6</version> |
101 | | - </plugin> |
102 | | - </plugins> |
| 70 | + <pluginManagement> |
| 71 | + <plugins> |
| 72 | + <plugin> |
| 73 | + <artifactId>maven-resources-plugin</artifactId> |
| 74 | + <version>2.6</version> |
| 75 | + </plugin> |
| 76 | + <plugin> |
| 77 | + <artifactId>maven-dependency-plugin</artifactId> |
| 78 | + <version>2.8</version> |
| 79 | + </plugin> |
| 80 | + <plugin> |
| 81 | + <artifactId>maven-compiler-plugin</artifactId> |
| 82 | + <version>3.1</version> |
| 83 | + <configuration> |
| 84 | + <source>1.8</source> |
| 85 | + <target>1.8</target> |
| 86 | + </configuration> |
| 87 | + </plugin> |
| 88 | + <plugin> |
| 89 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 90 | + <version>2.10.3</version> |
| 91 | + <configuration> |
| 92 | + <detectOfflineLinks>false</detectOfflineLinks> |
| 93 | + <links> |
| 94 | + <link>${processing.api}</link> |
| 95 | + <link>${jruby.api}</link> |
| 96 | + </links> |
| 97 | + </configuration> |
| 98 | + </plugin> |
| 99 | + <plugin> |
| 100 | + <artifactId>maven-jar-plugin</artifactId> |
| 101 | + <version>2.4</version> |
| 102 | + <configuration> |
| 103 | + <archive> |
| 104 | + <manifestFile>MANIFEST.MF</manifestFile> |
| 105 | + </archive> |
| 106 | + </configuration> |
| 107 | + </plugin> |
| 108 | + </plugins> |
| 109 | + </pluginManagement> |
103 | 110 | </build> |
104 | 111 | </project> |
0 commit comments