|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | +
|
| 5 | +DO NOT MODIFIY - GENERATED CODE |
| 6 | +
|
| 7 | +
|
| 8 | +--> |
| 9 | +<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" |
| 10 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 11 | + <modelVersion>4.0.0</modelVersion> |
| 12 | + <groupId>joons</groupId> |
| 13 | + <artifactId>joonsrenderer</artifactId> |
| 14 | + <version>1.1-SNAPSHOT</version> |
| 15 | + <name>joonsrenderer</name> |
| 16 | + <description>joonsrenderer for propane and JRubyArt</description> |
| 17 | + <organization> |
| 18 | + <name>ruby-processing</name> |
| 19 | + <url>https://ruby-processing.github.io</url> |
| 20 | + </organization> |
| 21 | + <licenses> |
| 22 | + <license> |
| 23 | + <name>GPL 3</name> |
| 24 | + <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url> |
| 25 | + </license> |
| 26 | + </licenses> |
| 27 | + <developers> |
| 28 | + <developer> |
| 29 | + <id>fpsunflower</id> |
| 30 | + <name>Christopher Kulla</name> |
| 31 | + <roles> |
| 32 | + <role>developer</role> |
| 33 | + </roles> |
| 34 | + </developer> |
| 35 | + <developer> |
| 36 | + <id>geneome</id> |
| 37 | + <name>Not Known</name> |
| 38 | + <roles> |
| 39 | + <role>developer</role> |
| 40 | + </roles> |
| 41 | + </developer> |
| 42 | + <developer> |
| 43 | + <id>joonhyublee</id> |
| 44 | + <name>Joon Hyub Lee</name> |
| 45 | + <roles> |
| 46 | + <role>developer</role> |
| 47 | + </roles> |
| 48 | + </developer> |
| 49 | + <developer> |
| 50 | + <id>monkstone</id> |
| 51 | + <name>Martin Prout</name> |
| 52 | + <roles> |
| 53 | + <role>developer</role> |
| 54 | + </roles> |
| 55 | + </developer> |
| 56 | + </developers> |
| 57 | + <issueManagement> |
| 58 | + <system>Github</system> |
| 59 | + <url>https://github.com/monkstone/joonsrenderer/issues</url> |
| 60 | + </issueManagement> |
| 61 | + <properties> |
| 62 | + <jogl.version>2.3.2</jogl.version> |
| 63 | + <source.directory>src</source.directory> |
| 64 | + <joonsrenderer.basedir>${project.basedir}</joonsrenderer.basedir> |
| 65 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 66 | + <processing.version>3.2.3</processing.version> |
| 67 | + <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> |
| 68 | + <janino.version>3.0.6</janino.version> |
| 69 | + <polyglot.dump.pom>pom.xml</polyglot.dump.pom> |
| 70 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 71 | + </properties> |
| 72 | + <dependencies> |
| 73 | + <dependency> |
| 74 | + <groupId>org.codehaus.janino</groupId> |
| 75 | + <artifactId>janino</artifactId> |
| 76 | + <version>${janino.version}</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>org.processing</groupId> |
| 80 | + <artifactId>core</artifactId> |
| 81 | + <version>${processing.version}</version> |
| 82 | + </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>org.jogamp.jogl</groupId> |
| 85 | + <artifactId>jogl-all</artifactId> |
| 86 | + <version>${jogl.version}</version> |
| 87 | + </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>org.jogamp.gluegen</groupId> |
| 90 | + <artifactId>gluegen-rt</artifactId> |
| 91 | + <version>${jogl.version}</version> |
| 92 | + </dependency> |
| 93 | + </dependencies> |
| 94 | + <build> |
| 95 | + <sourceDirectory>src</sourceDirectory> |
| 96 | + <defaultGoal>package</defaultGoal> |
| 97 | + <finalName>joonsrenderer</finalName> |
| 98 | + <pluginManagement> |
| 99 | + <plugins> |
| 100 | + <plugin> |
| 101 | + <artifactId>maven-resources-plugin</artifactId> |
| 102 | + <version>2.6</version> |
| 103 | + </plugin> |
| 104 | + <plugin> |
| 105 | + <artifactId>maven-dependency-plugin</artifactId> |
| 106 | + <version>2.10</version> |
| 107 | + <executions> |
| 108 | + <execution> |
| 109 | + <id>default-cli</id> |
| 110 | + <configuration> |
| 111 | + <artifactItems> |
| 112 | + <artifactItem> |
| 113 | + <groupId>org.codehaus.janino</groupId> |
| 114 | + <artifactId>janino</artifactId> |
| 115 | + <version>${janino.version}</version> |
| 116 | + <type>jar</type> |
| 117 | + <outputDirectory>${joonsrenderer.basedir}/lib</outputDirectory> |
| 118 | + </artifactItem> |
| 119 | + <artifactItem> |
| 120 | + <groupId>org.codehaus.janino</groupId> |
| 121 | + <artifactId>commons-compiler</artifactId> |
| 122 | + <version>${janino.version}</version> |
| 123 | + <type>jar</type> |
| 124 | + <outputDirectory>${joonsrenderer.basedir}/lib</outputDirectory> |
| 125 | + </artifactItem> |
| 126 | + </artifactItems> |
| 127 | + </configuration> |
| 128 | + </execution> |
| 129 | + </executions> |
| 130 | + </plugin> |
| 131 | + <plugin> |
| 132 | + <artifactId>maven-compiler-plugin</artifactId> |
| 133 | + <version>3.6.0</version> |
| 134 | + <configuration> |
| 135 | + <source>${maven.compiler.source}</source> |
| 136 | + <target>${maven.compiler.target}</target> |
| 137 | + </configuration> |
| 138 | + </plugin> |
| 139 | + <plugin> |
| 140 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 141 | + <version>2.10.4</version> |
| 142 | + <configuration> |
| 143 | + <detectOfflineLinks>false</detectOfflineLinks> |
| 144 | + </configuration> |
| 145 | + </plugin> |
| 146 | + <plugin> |
| 147 | + <artifactId>maven-jar-plugin</artifactId> |
| 148 | + <version>3.0.2</version> |
| 149 | + <configuration> |
| 150 | + <archive> |
| 151 | + <manifestFile>MANIFEST.MF</manifestFile> |
| 152 | + </archive> |
| 153 | + </configuration> |
| 154 | + </plugin> |
| 155 | + </plugins> |
| 156 | + </pluginManagement> |
| 157 | + </build> |
| 158 | +</project> |
0 commit comments