Log Message
plugin moved to GitHub
Added Paths
Removed Paths
- trunk/hudson/plugins/testabilityexplorer/.gitignore
- trunk/hudson/plugins/testabilityexplorer/pom.xml
- trunk/hudson/plugins/testabilityexplorer/src/
Diff
Deleted: trunk/hudson/plugins/testabilityexplorer/.gitignore (41191 => 41192)
--- trunk/hudson/plugins/testabilityexplorer/.gitignore 2014-11-04 23:16:38 UTC (rev 41191)
+++ trunk/hudson/plugins/testabilityexplorer/.gitignore 2014-11-18 09:20:24 UTC (rev 41192)
@@ -1,5 +0,0 @@
-target
-work
-.classpath
-.project
-.settings
\ No newline at end of file
Added: trunk/hudson/plugins/testabilityexplorer/README.txt (0 => 41192)
--- trunk/hudson/plugins/testabilityexplorer/README.txt (rev 0)
+++ trunk/hudson/plugins/testabilityexplorer/README.txt 2014-11-18 09:20:24 UTC (rev 41192)
@@ -0,0 +1 @@
+moved to github
Deleted: trunk/hudson/plugins/testabilityexplorer/pom.xml (41191 => 41192)
--- trunk/hudson/plugins/testabilityexplorer/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
+++ trunk/hudson/plugins/testabilityexplorer/pom.xml 2014-11-18 09:20:24 UTC (rev 41192)
@@ -1,132 +0,0 @@
-<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.jenkins-ci.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.437</version>
- </parent>
-
- <artifactId>testabilityexplorer</artifactId>
- <packaging>hpi</packaging>
- <name>Hudson Testability Explorer Plug-in</name>
- <version>0.5-SNAPSHOT</version>
- <url>https://wiki.jenkins-ci.org/display/JENKINS/Testability+Explorer+Plugin</url>
- <description>This plug-in displays and renders trends for XML reports generated by the Testability Explorer.
- </description>
-
- <developers>
- <developer>
- <id>reikje</id>
- <name>Reik Schatz</name>
- </developer>
- <developer>
- <id>vsbmeza</id>
- <name>Marton Meszaros</name>
- </developer>
- </developers>
-
- <licenses>
- <license>
- <name>MIT license</name>
- <comments>All source code is under the MIT license.</comments>
- </license>
- <license>
- <name>BSD license</name>
- <comments>The PMD images are Copyright (c) 2002-2005,
- InfoEther, Inc. All rights reserved.
- </comments>
- </license>
- <license>
- <name>BSD license</name>
- <comments>All YUI source code is under the BSD license.</comments>
- </license>
- </licenses>
-
- <dependencies>
- <dependency>
- <groupId>org.jenkins-ci.main</groupId>
- <artifactId>maven-plugin</artifactId>
- <version>1.437</version>
- </dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.8</version>
- <scope>test</scope>
- <classifier>jdk15</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.3</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.3</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
- <build>
- <finalName>${project.artifactId}</finalName>
- <defaultGoal>package</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.kohsuke.stapler</groupId>
- <artifactId>maven-stapler-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.jvnet.hudson.tools</groupId>
- <artifactId>maven-hpi-plugin</artifactId>
- <configuration>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <configuration>
- <formats>
- <format>html</format>
- </formats>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
- <repositories>
- <repository>
- <id>repo.jenkins-ci.org</id>
- <url>http://repo.jenkins-ci.org/public/</url>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>repo.jenkins-ci.org</id>
- <url>http://repo.jenkins-ci.org/public/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <scm>
- <connection>scm:git:git://github.com/jenkinsci/testabilityexplorer.git</connection>
- <developerConnection>scm:git:[email protected]:jenkinsci/testabilityexplorer.git</developerConnection>
- <url>https://github.com/jenkinsci/testabilityexplorer</url>
- </scm>
-</project>
-
-
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
