Skip to content

Commit

Permalink
Remove unneeded config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 3, 2024
1 parent eaefa3f commit 9e06e8a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions onebusaway-gtfs-hibernate-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
<name>onebusaway-gtfs-hibernate-cli</name>
<description>A command-line utility for loading GTFS data into a database.</description>

<properties>
<!-- We don't always want to deploy the packaged jar to main maven repo, since it includes all the project dependencies
and is quite large -->
<skip-deploy-jar>false</skip-deploy-jar>
</properties>

<dependencies>
<dependency>
<groupId>org.onebusaway</groupId>
Expand Down Expand Up @@ -57,22 +51,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>${skip-deploy-jar}</skip>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>oss-distribution</id>
<properties>
<skip-deploy-jar>true</skip-deploy-jar>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 9e06e8a

Please sign in to comment.