Download hudson-test-harness-1.395.jar file

Introduction

You can download hudson-test-harness-1.395.jar in this page.

License

Open Source License

Type List

hudson-test-harness-1.395.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/annotations/hudson.Extension
META-INF/exposed.stapler-beans
META-INF/maven/org.jvnet.hudson.main/hudson-test-harness/pom.properties
META-INF/maven/org.jvnet.hudson.main/hudson-test-harness/pom.xml
anonymous-readonly.zip
apache-ant-1.8.1-bin.zip
apache-maven-2.2.1-bin.zip
apache-maven-3.0.1-bin.zip
maven-2.0.7-bin.zip
no-anonymous-readaccess.zip
org.jvnet.hudson.test.Bug.class
org.jvnet.hudson.test.CaptureEnvironmentBuilder.class
org.jvnet.hudson.test.ClosureExecuterAction.class
org.jvnet.hudson.test.ComputerConnectorTester.class
org.jvnet.hudson.test.DefaultConstructorChecker.class
org.jvnet.hudson.test.Email.class
org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry.javadoc
org.jvnet.hudson.test.ExtractChangeLogParser.FileInZip.javadoc
org.jvnet.hudson.test.ExtractChangeLogParser.class
org.jvnet.hudson.test.ExtractChangeLogSet.class
org.jvnet.hudson.test.ExtractResourceSCM.class
org.jvnet.hudson.test.ExtractResourceWithChangesSCM.class
org.jvnet.hudson.test.FailureBuilder.class
org.jvnet.hudson.test.FakeLauncher.class
org.jvnet.hudson.test.For.class
org.jvnet.hudson.test.GroovyHudsonTestCase.class
org.jvnet.hudson.test.HudsonHomeLoader.class
org.jvnet.hudson.test.HudsonPageCreator.class
org.jvnet.hudson.test.HudsonTestCase.class
org.jvnet.hudson.test.JavaNetReverseProxy.class
org.jvnet.hudson.test.JellyTestSuiteBuilder.class
org.jvnet.hudson.test.LenientRunnable.class
org.jvnet.hudson.test.MockBuilder.class
org.jvnet.hudson.test.NoListenerConfiguration.class
org.jvnet.hudson.test.PluginAutomaticTestBuilder.class
org.jvnet.hudson.test.PretendSlave.class
org.jvnet.hudson.test.SequenceLock.class
org.jvnet.hudson.test.SingleFileSCM.class
org.jvnet.hudson.test.SleepBuilder.class
org.jvnet.hudson.test.TemporaryDirectoryAllocator.class
org.jvnet.hudson.test.TestBuilder.class
org.jvnet.hudson.test.TestCrumbIssuer.class
org.jvnet.hudson.test.TestEnvironment.class
org.jvnet.hudson.test.TestExtension.class
org.jvnet.hudson.test.TestExtensionLoader.class
org.jvnet.hudson.test.TestPluginManager.class
org.jvnet.hudson.test.TouchBuilder.class
org.jvnet.hudson.test.UnstableBuilder.class
org.jvnet.hudson.test.Url.class
org.jvnet.hudson.test.WarExploder.class
org.jvnet.hudson.test.junit.FailedTest.class
org.jvnet.hudson.test.junit.GroupedTest.class
org.jvnet.hudson.test.recipes.LocalData.class
org.jvnet.hudson.test.recipes.PresetData.class
org.jvnet.hudson.test.recipes.Recipe.class
org.jvnet.hudson.test.recipes.WithPlugin.class
org.jvnet.hudson.test.rhino.CallStackFrame.class
org.jvnet.hudson.test.rhino.JavaScriptDebugger.class
org/jvnet/hudson/test/CaptureEnvironmentBuilder/config.jelly
org/jvnet/hudson/test/ClosureExecuterAction/doIndex.stapler
org/jvnet/hudson/test/ComputerConnectorTester/configure.jelly
org/jvnet/hudson/test/FailureBuilder/config.jelly
org/jvnet/hudson/test/MockBuilder/config.jelly
org/jvnet/hudson/test/SleepBuilder/config.jelly
org/jvnet/hudson/test/UnstableBuilder/config.jelly
plugins/tasks.hpi
simple-projects.zip
svn-repo.zip

Pom

hudson-test-harness-1.395.pom file content.

<?xml version="1.0"?>
<!--
The MIT License

Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->

<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">
  <parent>
    <artifactId>pom</artifactId>
    <groupId>org.jvnet.hudson.main</groupId>
    <version>1.395</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>hudson-test-harness</artifactId>
  <packaging>stapler-jar</packaging>
  <name>Test harness for Hudson and plugins</name>
  <description>
    Unit test harness (src/main) and Unit tests for Hudson core (src/test)
  </description>

  <properties>
    <concurrency>1</concurrency> <!-- -1 means # of processors in the system -->
    <mavenDebug>false</mavenDebug>
  </properties>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <skip>true</skip><!-- tests now run by maven-junit-plugin -->
        </configuration>
      </plugin>
      <plugin>
        <!-- see http://maven-junit-plugin.kenai.com/ for more info -->
        <groupId>com.sun.maven</groupId>
        <artifactId>maven-junit-plugin</artifactId>
        <version>1.5</version>
        <executions>
          <execution>
            <goals>
              <goal>test</goal>
            </goals>
            <configuration>
              <fork>true</fork>
              <concurrency>${concurrency}</concurrency>
              <argLine>-XX:MaxPermSize=192m -Xmx256m -Dfile.encoding=UTF-8</argLine>
              <systemProperties>
                <property>
                  <!-- use AntClassLoader that supports predictable file handle release -->
                  <name>hudson.ClassicPluginStrategy.useAntClassLoader</name>
                  <value>true</value>
                </property>
                <property>
                  <name>hudson.maven.debug</name>
                  <value>${mavenDebug}</value>
                </property>
                <property>
                  <name>java.io.tmpdir</name>
                  <value>${project.build.directory}</value>
                </property> 
                <property>
                  <name>buildDirectory</name>
                  <value>${project.build.directory}</value>
                </property>                               
              </systemProperties>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.kohsuke.gmaven</groupId>
        <artifactId>gmaven-plugin</artifactId>
        <version>1.0-rc-5-patch-2</version>
        <executions>
          <execution>
            <id>preset-packager</id>
            <phase>process-resources</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <source>${pom.basedir}/src/main/preset-data/package.groovy</source>
            </configuration>
          </execution>
          <execution>
            <id>test-in-groovy</id>
            <!-- allow tests written in Groovy -->
            <goals>
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
        <dependencies>
          <dependency>
            <groupId>org.apache.ant</groupId>
            <artifactId>ant</artifactId>
            <version>1.8.0</version>
          </dependency>
        </dependencies>
      </plugin>
      <plugin>
        <groupId>org.kohsuke.stapler</groupId>
        <artifactId>maven-stapler-plugin</artifactId>
        <version>1.15</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
  
  <dependencies>
    <dependency>
      <!--
        put hudson.war in the classpath. we can't pull in the war artifact directly
        because Maven excludes all wars from classpath automatically. so we need a jar artifact.
      -->
      <groupId>${project.groupId}</groupId>
      <artifactId>hudson-war</artifactId>
      <version>${project.version}</version>
      <classifier>war-for-test</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>maven-plugin</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.hudson.plugins</groupId>
      <artifactId>subversion</artifactId>
      <version>1.11</version>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty</artifactId>
      <version>6.1.11</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.mock-javamail</groupId>
      <artifactId>mock-javamail</artifactId>
      <version>1.7</version>
    </dependency>
    <!--dependency>
      <groupId>org.openqa.selenium.client-drivers</groupId>
      <artifactId>selenium-java-client-driver</artifactId>
      <version>1.0-beta-1</version>
    </dependency-->
    <dependency>
      <groupId>org.jvnet.hudson</groupId>
      <artifactId>htmlunit</artifactId>
      <version>2.6-hudson-2</version>
      <exclusions>
      	<exclusion>
	      	<!--  hides JDK DOM classes in Eclipse -->
      		<groupId>xml-apis</groupId>
      		<artifactId>xml-apis</artifactId>
      	</exclusion>
      </exclusions>
    </dependency>

    <dependency>
      <groupId>org.jvnet.hudson</groupId>
      <artifactId>embedded-rhino-debugger</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <!-- for testing JNLP launch. -->
      <groupId>org.jvnet.hudson</groupId>
      <artifactId>netx</artifactId>
      <version>0.5-hudson-2</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.8.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <id>light-test</id>
      <properties>
        <skipTests>true</skipTests>
      </properties>
    </profile>
    <profile>
      <!--
        Obtain code coverage report. This is done by running Unit tests on our own and suppressing surefire.
      -->
      <id>cobertura</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.kohsuke.gmaven</groupId>
            <artifactId>gmaven-plugin</artifactId>
            <executions>
              <!-- run unit test -->
              <execution>
                <phase>test</phase>
                <goals>
                  <goal>execute</goal>
                </goals>
                <configuration>
                  <scriptpath>
                    <!-- load helpers from hg core -->
                    <element>${project.basedir}/../core/src/build-script</element>
                  </scriptpath>
                  <source>${project.basedir}/src/build-script/unitTest.groovy</source>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <!-- unit tests are run by GMaven through Ant. -->
            <groupId>com.sun.maven</groupId>
            <artifactId>maven-junit-plugin</artifactId>
            <configuration>
              <skipTests>true</skipTests>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.jvnet.hudson.main</groupId>
   <artifactId>hudson-test-harness</artifactId>
   <version>1.395</version>
</dependency>

Download

If you think the following hudson-test-harness-1.395.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hudson-test-harness-1.395.jar file




PreviousNext

Related