Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Nov 30, 2023
1 parent 3372373 commit 3fc824d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@
<artifactId>app</artifactId>
<version>1.0-SNAPSHOT</version>

<name>app</name>
<!-- FIXME change it to the project's website -->
<name>Foxbit</name>
<packaging>pom</packaging>
<description>Foxbit</description>
<url>http://www.example.com</url>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencyManagement>
</dependencyManagement>

<dependencies>
<!-- Common test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -28,6 +34,8 @@
</dependencies>

<build>
<defaultGoal>install</defaultGoal>

<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
Expand Down Expand Up @@ -74,10 +82,10 @@
</build>

<distributionManagement>
<repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://github.com/brtmvdl/foxbit-java</url>
</repository>
</distributionManagement>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/brtmvdl/foxbit-java</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 3fc824d

Please sign in to comment.