jstaf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.staf</groupId>
<artifactId>jstaf</artifactId>
<version>3.4.4</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.staf</groupId>
<artifactId>jstaf</artifactId>
<version>3.4.4</version>
<packaging>jar</packaging>
<name>STAF Java API</name>
<url>http://staf.sourceforge.net/</url>
<description>The Software Testing Automation Framework (STAF) is an open source,
multi-platform, multi-language framework designed around the idea of reusable
components, called services (such as process invocation, resource management,
logging, and monitoring). STAF removes the tedium of building an automation
infrastructure, thus enabling you to focus on building your automation solution.
The STAF framework provides the foundation upon which to build higher level
solutions, and provides a pluggable approach supported across a large variety
of platforms and languages.
This component contains the STAF Java API
(http://staf.sourceforge.net/current/STAFJava.htm ) only.
For more information see http://staf.sourceforge.net/ .
</description>
<inceptionYear>1998</inceptionYear>
<licenses>
<license>
<name>Eclipse Public License, v1.0</name>
<url>http://www.opensource.org/licenses/eclipse-1.0.php</url>
</license>
</licenses>
<organization>
<name>IBM</name>
<url>http://www.ibm.com</url>
</organization>
<issueManagement>
<system>Sourceforge Tracker</system>
<url>http://sourceforge.net/tracker/?group_id=33142&atid=407381</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>STAF news / announcements</name>
<post>staf-news@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staf-news</archive>
</mailingList>
<mailingList>
<name>STAF user list</name>
<post>staf-users@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staf-users</archive>
</mailingList>
<mailingList>
<name>STAF developer list</name>
<post>staf-devel@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staf-devel</archive>
</mailingList>
</mailingLists>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:cvs:pserver:anonymous@staf.cvs.sourceforge.net:/cvsroot/staf/src/staf/lang/java</connection>
<url>http://staf.cvs.sourceforge.net/viewvc/staf/</url>
</scm>
<developers>
<developer>
<name>Sharon Lucas</name>
<email>slucas@sourceforge.net</email>
<roles>
<role>Project Admin</role>
</roles>
</developer>
<developer>
<name>David Michael Bender</name>
<email>dave2268@sourceforge.net</email>
<roles>
<role>Project Admin</role>
</roles>
</developer>
<developer>
<name>Charles Rankin</name>
<email>crankin_work@sourceforge.net</email>
<roles>
<role>Project Admin</role>
</roles>
</developer>
</developers>
<profiles>
<profile>
<id>deployJStaf</id>
<properties>
<file>target/${project.artifactId}-${project.version}.jar</file>
<pomFile>pom.xml</pomFile>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<repositoryId>sonatype-nexus-staging</repositoryId>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>