
META-INF.maven.org.lappsgrid.discriminator.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of all Show documentation
Show all versions of all Show documentation
A pom the depends on all LAPPS Grid modules.
<!-- ~ Copyright 2014 The Language Application Grid ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. ~ --> <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"> <parent> <artifactId>parent-pom</artifactId> <groupId>org.lappsgrid.maven</groupId> <version>2.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.lappsgrid</groupId> <artifactId>discriminator</artifactId> <version>2.3.1</version> <name>Discriminator Registry</name> <description>The Source Of All Knowledge for LAPPS discriminators</description> <url>https://github.com/lapps/org.lappsgrid.discriminator</url> <inceptionYear>2013</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <url>https://github.com/lapps/org.lappsgrid.discriminator</url> <connection>scm:git:https://github.com/lapps/org.lappsgrid.discriminator.git</connection> <developerConnection>scm:git:https://github.com/lapps/org.lappsgrid.discriminator.git</developerConnection> </scm> <issueManagement> <url>https://github.com/lapps/org.lappsgrid.discriminator/issues</url> <system>GitHub issues</system> </issueManagement> <properties> <lapps.api.version>2.0.1</lapps.api.version> <groovy.version>2.4.3</groovy.version> <spock.version>1.0-groovy-2.4</spock.version> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <!-- The version should be inherited from the parent pom? --> <!-- <version>3.1</version> --> <configuration> <compilerId>groovy-eclipse-compiler</compilerId> <verbose>true</verbose> </configuration> <dependencies> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-eclipse-compiler</artifactId> <version>2.9.2-01</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-eclipse-batch</artifactId> <version>2.4.3-01</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-eclipse-compiler</artifactId> <version>2.9.2-01</version> <extensions>true</extensions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> <dependency> <groupId>org.lappsgrid</groupId> <artifactId>api</artifactId> <version>${lapps.api.version}</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>${groovy.version}</version> <scope>test</scope> </dependency> <!-- <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>${spock.version}</version> <scope>test</scope> </dependency> --> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy