Skip to content

Commit

Permalink
Merge pull request #9 from Bernardo-MG/release
Browse files Browse the repository at this point in the history
Updated deployment info
  • Loading branch information
Bernardo-MG committed Jun 26, 2021
2 parents 5185be4 + 8ac026c commit 446fcef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
<!-- ================= MAVEN SITE ================= -->
<!-- ============================================== -->
<site.skin.version>2.2.1</site.skin.version>
<bintrayURL>https://bintray.com/bernardo-mg/maven/velocity-config-tool/view</bintrayURL>
<mavenURL>http://mvnrepository.com/artifact/com.bernardomg.velocity/velocity-config-tool</mavenURL>
</properties>

Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ This way any custom setting from the site.xml file can be used when generating t

It was created to be used by [Docs Maven Skin][docs-maven-skin].

[![Maven Central](https://img.shields.io/maven-central/v/com.bernardomg.velocity/velocity-config-tool.svg)][maven-repo]
[![Bintray](https://api.bintray.com/packages/bernardo-mg/maven/velocity-config-tool/images/download.svg)][bintray-repo]

[![Release docs](https://img.shields.io/badge/docs-release-blue.svg)][site-release]
[![Development docs](https://img.shields.io/badge/docs-develop-blue.svg)][site-develop]

Expand Down Expand Up @@ -91,7 +88,7 @@ All other dependencies are handled through Maven, and noted in the included POM

### Installing

The recommended way to install the project is by setting up your preferred dependencies manager. To get the configuration information for this check the [Bintray repository][bintray-repo], or the [Maven Central Repository][maven-repo].
The recommended way to install the project is by setting it up as a dependency. To get the configuration information for this check the [Maven Central Repository][maven-repo].

If for some reason manual installation is necessary, just use the following Maven command:

Expand Down Expand Up @@ -124,7 +121,6 @@ The project has been released under the [MIT License][license].

[docs-maven-skin]: https://github.com/Bernardo-MG/docs-maven-skin

[bintray-repo]: https://bintray.com/bernardo-mg/maven/velocity-config-tool/view
[maven-repo]: http://mvnrepository.com/artifact/com.bernardomg.velocity/velocity-config-tool
[issues]: https://github.com/bernardo-mg/velocity-config-tool/issues
[javadoc-develop]: https://docs.bernardomg.com/development/maven/velocity-config-tool/apidocs
Expand Down
8 changes: 3 additions & 5 deletions src/site/markdown/acquire.md.vm
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#set( $symbol_pound = '#' )
${symbol_pound} Setting up the dependencies

The project files are hosted on a [Bintray repository][bintray-repo], and have been replicated on JCenter and OSS Sonatype, which also replicates into the [Maven Central Repository][maven-repo].

This means that most Maven setups will be able to acquire the dependency without any additional configuration. Still, if the repository should be registered it is recommended using the Bintray one.
The project files are hosted in the the [Maven Central Repository][maven-repo], and the [Github Packages Repository][github-repo]. This means that most Maven setups will be able to acquire the dependency without any additional configuration.

For any additional information about how to set up the dependency check the [dependency information section](./dependency-info.html).


[bintray-repo]: ${bintrayURL}
[maven-repo]: ${mavenURL}
[maven-repo]: ${mavenURL}
[github-repo]: ${githubArtifactURL}
4 changes: 4 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<description>${project.issueManagement.system}</description>
</item>
</menu>
<menu name="Releases" inherit="bottom">
<item name="Maven Central" href="${mavenURL}" />
<item name="Github" href="${githubArtifactURL}" />
</menu>
<menu name="Icons" inherit="bottom">
<item name="Github" img="fab fa-github" href="${project.scm.url}" />
</menu>
Expand Down

0 comments on commit 446fcef

Please sign in to comment.