Skip to content

Commit a475f50

Browse files
committed
Deploy added to nexus repo
1 parent 2437281 commit a475f50

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

.idea/encodings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,43 @@
88
<artifactId>LightQuery</artifactId>
99
<version>1.0.1</version>
1010

11+
<distributionManagement>
12+
<repository>
13+
<id>royalmind</id>
14+
<url>https://packages.royalmind.net/repository/maven-releases/</url>
15+
</repository>
16+
<snapshotRepository>
17+
<id>royalmind-snapshots</id>
18+
<url>https://packages.royalmind.net/repository/maven-snapshots/</url>
19+
</snapshotRepository>
20+
</distributionManagement>
21+
1122
<properties>
1223
<maven.compiler.source>8</maven.compiler.source>
1324
<maven.compiler.target>8</maven.compiler.target>
25+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1426
</properties>
1527

28+
<build>
29+
<defaultGoal>clean package</defaultGoal>
30+
<pluginManagement>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-deploy-plugin</artifactId>
35+
<version>3.0.0-M1</version>
36+
</plugin>
37+
</plugins>
38+
</pluginManagement>
39+
<plugins>
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-deploy-plugin</artifactId>
43+
<version>3.0.0-M1</version>
44+
</plugin>
45+
</plugins>
46+
</build>
47+
1648
<dependencies>
1749
<dependency>
1850
<groupId>mysql</groupId>

0 commit comments

Comments
 (0)