| Group ID: |
de.taimos |
| Artifact ID: |
redmine-maven-plugin |
| Version: |
1.0.0 |
| Last modified: |
04.11.2012 16:56 |
| Packaging: |
maven-plugin |
| Name: |
redmine-maven-plugin Maven Mojo |
| URL: |
https://github.com/taimos/redmine-maven-plugin |
| Vendor: |
Taimos GmbH |
|
|
| Size: |
15.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/de/taimos/redmine-maven-plugin/1.0.0/redmine-maven-plugin-1.0.0.jar |
| POM: |
Show
hide
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>de.taimos</groupId>
<artifactId>redmine-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.0</version>
<name>redmine-maven-plugin Maven Mojo</name>
<url>https://github.com/taimos/redmine-maven-plugin</url>
<inceptionYear>2012</inceptionYear>
<organization>
<name>Taimos GmbH</name>
<url>http://www.taimos.de</url>
</organization>
<scm>
<connection>scm:git:git@github.com:taimos/redmine-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:taimos/redmine-maven-plugin.git</developerConnection>
<url>scm:git:git@github.com:taimos/redmine-maven-plugin.git</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/taimos/redmine-maven-plugin/issues</url>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>hoegertn</id>
<email>thorsten.hoeger@taimos.de</email>
<name>Thorsten Hoeger</name>
<organization>Taimos GmbH</organization>
<organizationUrl>http://www.taimos.de</organizationUrl>
<timezone>+1</timezone>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<finalName>redmine-maven-plugin</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>de.taimos</groupId>
<artifactId>httputils</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.10</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>
</project>
|
| Maven: |
<dependency>
<groupId>de.taimos</groupId>
<artifactId>redmine-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle: |
de.taimos:redmine-maven-plugin:1.0.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|