autogenerated-sshkey
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.infrastructurebuilder.bootstrap</groupId>
<artifactId>autogenerated-sshkey</artifactId>
<version>0.0.3</version>
</dependency><?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>
<parent>
<groupId>org.infrastructurebuilder</groupId>
<artifactId>ibparent-minimal</artifactId>
<version>47</version>
</parent>
<groupId>org.infrastructurebuilder.bootstrap</groupId>
<artifactId>autogenerated-sshkey</artifactId>
<version>0.0.3</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<properties>
<skip.attach.key>true</skip.attach.key>
</properties>
<scm>
<connection>scm:git:${git.url}</connection>
<url>scm:git:${git.url}</url>
<developerConnection>scm:git:${git.url}</developerConnection>
<tag>autogenerated-sshkey-0.0.3</tag>
</scm>
<distributionManagement>
<site>
<id>internal</id>
<name>Internal Server</name>
<url>${target.site.url}</url>
</site>
</distributionManagement>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/${team.group.id}/${project.artifactId}/issues/</url>
</issueManagement>
<dependencies>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<versionRange>[3.0.0,)</versionRange>
<goals>
<goal>exec</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<modules>
<module>keygen-script</module>
<module>keygen-parent</module>
</modules>
</project>