Skip to content

Instantly share code, notes, and snippets.

@abelsromero
Created October 13, 2017 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abelsromero/cd4768ce6180db582d69e91d2c15d218 to your computer and use it in GitHub Desktop.
Save abelsromero/cd4768ce6180db582d69e91d2c15d218 to your computer and use it in GitHub Desktop.
poc/publishing asciidoctor rendered docs with maven
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>org.asciidoctor.maven</groupId>
<artifactId>asciidoc-to-html-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<versioning>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20171013062755</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<classifier>docs</classifier>
<extension>html5</extension>
<value>1.0.0-SNAPSHOT</value>
<updated>20171013062755</updated>
</snapshotVersion>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.0-SNAPSHOT</value>
<updated>20171013062755</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.0-SNAPSHOT</value>
<updated>20171013062755</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment