<?xml version="1.0" encoding="UTF-8"?>
<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>com.perforce.p4maven.it</groupId>
<artifactId>p4maven-export-it</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<scmItUrl>${smcItUrl}</scmItUrl>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>@maven.scm.plugin.it.version@</version>
<dependencies>
<dependency>
<groupId>@project.groupId@</groupId>
<artifactId>@project.artifactId@</artifactId>
<version>@project.version@</version>
</dependency>
</dependencies>
<configuration>
<developerConnectionUrl>@scmItUrl@</developerConnectionUrl>
</configuration>
<executions>
<execution>
<id>export</id>
<phase>test</phase>
<goals>
<goal>export</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
# |
Change |
User |
Description |
Committed |
|
#1
|
10055 |
Matt Attaway |
Pull over numerous changes from @dantran's branch. |
|
|
//guest/dantran/p4maven/p4maven-provider/src/it/export/pom.xml |
#3
|
9620 |
dantran |
remove cvsexe exclusions |
|
|
#2
|
9524 |
dantran |
switch default tck's depot from //depot to //scmtck to be very specific since user may have a //depot in production |
|
|
#1
|
9519 |
dantran |
folder rename to match with its artifactId |
|
|
//guest/dantran/p4maven/com.perforce.maven/src/it/export/pom.xml |
#1
|
9192 |
dantran |
add IT |
|
|