repo deploy
This commit is contained in:
parent
fb62cc0545
commit
9ae49877ee
1 changed files with 14 additions and 26 deletions
40
pom.xml
40
pom.xml
|
@ -15,6 +15,12 @@
|
||||||
<developerConnection>scm:git:git@github.com:possi/LimitedCreative.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:possi/LimitedCreative.git</developerConnection>
|
||||||
<url>https://github.com/possi/LimitedCreative/tree/master</url>
|
<url>https://github.com/possi/LimitedCreative/tree/master</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>de-jas-repo</id>
|
||||||
|
<url>scp://repo@ja-s.de/var/customers/webs/repo/mvn</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<!-- Possible public Maven Repository, containing LimitedCreative builds and other dependencies without own rep.
|
<!-- Possible public Maven Repository, containing LimitedCreative builds and other dependencies without own rep.
|
||||||
|
@ -101,32 +107,6 @@
|
||||||
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
|
|
||||||
<!--
|
|
||||||
<resources>
|
|
||||||
<!- - <resource>
|
|
||||||
<targetPath>.</targetPath>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
<directory>${basedir}/</directory>
|
|
||||||
<includes>
|
|
||||||
<include>plugin.yml</include>
|
|
||||||
<include>config.yml</include>
|
|
||||||
<include>META-INF/descriptions.jos</include>
|
|
||||||
</includes>
|
|
||||||
</resource>- ->
|
|
||||||
<resource>
|
|
||||||
<targetPath>lang/</targetPath>
|
|
||||||
<directory>${basedir}/lang/</directory>
|
|
||||||
</resource>
|
|
||||||
<!- - <resource>
|
|
||||||
<targetPath>META-INF/</targetPath>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
<directory>${project.build.directory}/generated-sources/annotations/META-INF/</directory>
|
|
||||||
<includes>
|
|
||||||
<include>descriptions.jos</include>
|
|
||||||
</includes>
|
|
||||||
</resource> - ->
|
|
||||||
</resources> -->
|
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -246,5 +226,13 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
<extensions>
|
||||||
|
<!-- Enabling the use of SCP -->
|
||||||
|
<extension>
|
||||||
|
<groupId>org.apache.maven.wagon</groupId>
|
||||||
|
<artifactId>wagon-ssh</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</extension>
|
||||||
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue