61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>io.akarin.server</groupId>
|
|
<artifactId>akarin-parent</artifactId>
|
|
<version>dev-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>Akarin (Parent)</name>
|
|
|
|
<build>
|
|
<defaultGoal>install</defaultGoal>
|
|
<finalName>${project.artifactId}</finalName>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
|
<plugin>
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
<version>1.0.0</version>
|
|
<configuration>
|
|
<lifecycleMappingMetadata>
|
|
<pluginExecutions>
|
|
<pluginExecution>
|
|
<pluginExecutionFilter>
|
|
<groupId>
|
|
com.lukegb.mojo
|
|
</groupId>
|
|
<artifactId>
|
|
gitdescribe-maven-plugin
|
|
</artifactId>
|
|
<versionRange>
|
|
[1.3,)
|
|
</versionRange>
|
|
<goals>
|
|
<goal>gitdescribe</goal>
|
|
</goals>
|
|
</pluginExecutionFilter>
|
|
<action>
|
|
<ignore></ignore>
|
|
</action>
|
|
</pluginExecution>
|
|
</pluginExecutions>
|
|
</lifecycleMappingMetadata>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
<modules>
|
|
<module>Akarin-API</module>
|
|
<module>Akarin-Server</module>
|
|
</modules>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>github</id>
|
|
<name>GitHub OWNER Apache Maven Packages</name>
|
|
<url>https://maven.pkg.github.com/Akarin-project/Akarin</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
</project>
|