hudson-jira-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marvelution.jira.plugins</groupId> <artifactId>hudson-jira-api</artifactId> <version>3.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to Marvelution under one or more contributor license ~ agreements. See the NOTICE file distributed with this work ~ for additional information regarding copyright ownership. ~ Marvelution licenses this file to you 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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.marvelution.jira.plugins</groupId> <artifactId>jira-hudson-integration</artifactId> <version>3.3.0</version> </parent> <artifactId>hudson-jira-api</artifactId> <packaging>jar</packaging> <name>Hudson JIRA API</name> <description>Library providing the Remote API for Hudson and JIRA integration.</description> <url>http://www.marvelution.com/atlassian/jira-hudson-integration/hudson-jira-api/</url> <inceptionYear>2009</inceptionYear> <organization> <name>Marvelution</name> <url>http://www.marvelution.com/</url> </organization> <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> <scm> <connection>scm:svn:http://svn.marvelution.com/marvelution/marvelution-jira-hudson-integration/tags/jira-hudson-integration-3.3.0</connection> <developerConnection>scm:svn:http://svn.marvelution.com/marvelution/marvelution-jira-hudson-integration/tags/jira-hudson-integration-3.3.0</developerConnection> <url>http://fisheye.marvelution.com/browse/public/marvelution/marvelution-jira-hudson-integration/tags/jira-hudson-integration-3.3.0</url> </scm> <issueManagement> <system>JIRA</system> <url>http://issues.marvelution.com/browse/MARVJIRAHUDSON</url> </issueManagement> <ciManagement> <system>Hudson</system> <url>http://builds.marvelution.com/browse/MARVJIRAHUDSON</url> <notifiers> <notifier> <type>mail</type> <configuration> <address>ci@lists.marvelution.com</address> </configuration> </notifier> </notifiers> </ciManagement> <dependencies> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.3.1</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> <exclusion> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> </exclusion> <exclusion> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </exclusion> <exclusion> <groupId>stax</groupId> <artifactId>stax</artifactId> </exclusion> <exclusion> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> </exclusion> <exclusion> <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> <exclusion> <groupId>xom</groupId> <artifactId>xom</artifactId> </exclusion> <exclusion> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> </exclusion> <exclusion> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.4c</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.7</version> <type>jar</type> <scope>provided</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <excludes> <exclude>ApiImplementation.properties</exclude> </excludes> </resource> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> <includes> <include>ApiImplementation.properties</include> <include>**/*.properties</include> </includes> </resource> </resources> </build> <developers> <developer> <id>markrekveld</id> <name>Mark Rekveld</name> <url>http://www.marvelution.com</url> <organization>Marvelution</organization> <email>markrekveld@marvelution.com</email> <organizationUrl>http://www.marvelution.com</organizationUrl> <timezone>+1</timezone> <roles> <role>Marvelution Member</role> </roles> </developer> </developers> </project>