Skip to content

Commit

Permalink
Merge pull request IBM#47 from ind1go/readme-releases-fix
Browse files Browse the repository at this point in the history
Fix README formatting
  • Loading branch information
ind1go authored Aug 1, 2019
2 parents 3498fd5 + 7f397eb commit adc0634
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,26 +96,26 @@ Maven archetypes provide templates for how a module could, or should, be structu

Snapshot builds are published to the Sonatype OSS Maven snapshots repository. To try a snapshot build, you will need to add the following plugin repository to your `pom.xml`:

```xml
<project>
...
<pluginRepositories>
<!-- Configure Sonatype OSS Maven snapshots repository -->
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
...
</project>
```
```xml
<project>
...
<pluginRepositories>
<!-- Configure Sonatype OSS Maven snapshots repository -->
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
...
</project>
```

## Building the project

Expand Down

0 comments on commit adc0634

Please sign in to comment.