<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>puppetlabs</groupId>
<artifactId>ghpublisher</artifactId>
<version>1.0.0-rc1</version>
<packaging>puppet-module</packaging>
<name>ghpublisher</name>
<properties>
<forge.login>${env.PUBLISHER_LOGIN}</forge.login>
<forge.password>${env.PUBLISHER_PASSWORD}</forge.password>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>forge-maven-plugin</artifactId>
<version>3.2.0-rc1</version>
<extensions>true</extensions>
<configuration>
<enablePuppetLintValidation>false</enablePuppetLintValidation>
<cacheLocation>${project.build.directory}/forgeCache</cacheLocation>
</configuration>
</plugin>
</plugins>
</build>
</project>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/manifests/modules/apt/.forge-release/pom.xml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|