Skip to content

Commit

Permalink
chore: remove trip config
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Jan 18, 2024
1 parent 42445be commit 7eba532
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,20 @@
<groupId>org.apache.maven.plugins</groupId>
<version>3.4.0</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
<id>sign-artifacts</id>
<phase>verify</phase>
</execution>
</executions>
<groupId>org.apache.maven.plugins</groupId>
<version>3.0.1</version>
</plugin>
<plugin>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -353,7 +367,6 @@
<id>jar-local</id>
<properties>
<packagingType>jar</packagingType>
<snapshots.repo>http://maven.release.ctripcorp.com/nexus/content/repositories/flightsnapshot</snapshots.repo>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 7eba532

Please sign in to comment.