Skip to content

Commit

Permalink
Updates to maven poms and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Oct 24, 2024
1 parent 80c1765 commit 50fa9c3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mvn archetype:generate

## Usage

The artifacts are hosted by [bintray](https://bintray.com/btraceio/maven/btrace-maven)
The artifacts are hosted by [Maven Central](https://mvnrepository.com/artifact/io.btrace/btrace-maven-plugin)

Modify your maven __settings.xml__ to include the following section:
```
Expand Down
1 change: 0 additions & 1 deletion btrace-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>2.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

Expand Down
1 change: 0 additions & 1 deletion btrace-project-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>io.btrace</groupId>
<artifactId>btrace-project-archetype</artifactId>
<name>BTrace Project Archetype</name>
</project>
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,6 @@
<module>btrace-maven-plugin</module>
<module>btrace-project-archetype</module>
</modules>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-central</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>btrace</id>
<name>bintray-btrace</name>
<url>https://dl.bintray.com/btraceio/maven</url>
</repository>
</repositories>
<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 50fa9c3

Please sign in to comment.