Title: [40759] trunk/hudson/plugins/thinBackup: moved to github
- Revision
- 40759
- Author
- ndeloof
- Date
- 2012-11-09 07:08:26 -0500 (Fri, 09 Nov 2012)
Log Message
moved to github
Added Paths
Removed Paths
Diff
Added: trunk/hudson/plugins/thinBackup/README (0 => 40759)
--- trunk/hudson/plugins/thinBackup/README (rev 0)
+++ trunk/hudson/plugins/thinBackup/README 2012-11-09 12:08:26 UTC (rev 40759)
@@ -0,0 +1,2 @@
+moved to https://github.com/jenkinsci/thin-backup-plugin
+
Deleted: trunk/hudson/plugins/thinBackup/pom.xml (40758 => 40759)
--- trunk/hudson/plugins/thinBackup/pom.xml 2012-11-08 20:17:14 UTC (rev 40758)
+++ trunk/hudson/plugins/thinBackup/pom.xml 2012-11-09 12:08:26 UTC (rev 40759)
@@ -1,240 +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.409</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>thinBackup</artifactId>
- <name>ThinBackup</name>
- <version>1.7-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <licenses>
- <license>
- <name>GPLv3</name>
- <distribution>repo</distribution>
- <comments>
- Copyright (C) 2011 Matthias Steinkogler, Thomas Fürer
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see http://www.gnu.org/licenses.</comments>
- </license>
- </licenses>
- <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
- <description>
- Backs up the most important global and job specific configuration files.
- </description>
- <url>https://wiki.jenkins-ci.org/display/JENKINS/thinBackup</url>
- <developers>
- <developer>
- <id>tofuatjava</id>
- <name>Thomas Fuerer</name>
- <email>[email protected]</email>
- <timezone>CET</timezone>
- </developer>
- <developer>
- <id>alienllama</id>
- <name>Matthias Steinkogler</name>
- <email>[email protected]</email>
- <organization>Borland (a Microfocus Company)</organization>
- <organizationUrl>www.borland.com</organizationUrl>
- <timezone>CET</timezone>
- </developer>
- </developers>
- <scm>
- <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup</connection>
- <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup</developerConnection>
- <url>http://fisheye.jenkins-ci.org/browse/Hudson/trunk/hudson/plugins/thinBackup</url>
- </scm>
- <repositories>
- <repository>
- <id>repo.jenkins-ci.org</id>
- <url>http://repo.jenkins-ci.org/public/</url>
- </repository>
- <repository>
- <id>maven.jenkins-ci.org</id>
- <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>repo.jenkins-ci.org</id>
- <url>http://repo.jenkins-ci.org/public/</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencies>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.10</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <distributionManagement>
- <repository>
- <id>maven.jenkins-ci.org</id>
- <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
- </repository>
- </distributionManagement>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <executions>
- <execution>
- <id>default-testCompile</id>
- <phase>test-compile</phase>
- <goals>
- <goal>testCompile</goal>
- </goals>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.jenkins-ci.tools</groupId>
- <artifactId>maven-hpi-plugin</artifactId>
- <versionRange>[1.63,)</versionRange>
- <goals>
- <goal>resolve-test-dependencies</goal>
- <goal>apt-compile</goal>
- <goal>insert-test</goal>
- <goal>test-hpl</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <versionRange>[0.9,)</versionRange>
- <goals>
- <goal>display-info</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.codehaus.groovy.maven</groupId>
- <artifactId>gmaven-plugin</artifactId>
- <versionRange>[0.9,)</versionRange>
- <goals>
- <goal>generateTestStubs</goal>
- <goal>testCompile</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.jvnet.localizer</groupId>
- <artifactId>maven-localizer-plugin</artifactId>
- <versionRange>[1.8,)</versionRange>
- <goals>
- <goal>generate</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.kohsuke</groupId>
- <artifactId>access-modifier-checker</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>enforce</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <versionRange>[2.10,)</versionRange>
- <goals>
- <goal>test</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>com.cloudbees</groupId>
- <artifactId>maven-license-plugin</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>process</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-</project>
\ No newline at end of file