This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/org.talend.repositorymanager.selenium.test/pom.xml
fzhong 60bb859a5c SWTBot: rename folder 'refactor'
git-svn-id: http://talendforge.org/svn/tis_shared/trunk@73182 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2011-11-25 10:44:41 +00:00

36 lines
1.4 KiB
XML

<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>
<groupId>org.talend.repositorymanager.tests</groupId>
<artifactId>repositorymanager-acceptance</artifactId>
<packaging>pom</packaging>
<name>repositorymanager-acceptance</name>
<version>1.0-SNAPSHOT</version>
<description>Repository Manager Acceptance parent POM</description>
<scm>
<connection>scm:svn:http://www.talendforge.org/svn/tis_shared/trunk/org.talend.repositorymanager.selenium.test</connection>
<url>http://www.talendforge.org/svn/tis_shared/trunk/org.talend.repositorymanager.selenium.test</url>
</scm>
<modules>
<module>org.talend.repositorymanager-assembly.selenium.test</module>
<module>org.talend.repository-manager-tests.selenium.test</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<configuration>
<connectionType>connection</connectionType>
<username>${scm.username}</username>
<password>${scm.password}</password>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>