Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Jun 7, 2017
1 parent 5381a78 commit b62be57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nc.noumea.mairie</groupId>
<artifactId>liquibase-archetype</artifactId>
<version>2.00.00</version>
<version>3.00.00</version>
<packaging>maven-archetype</packaging>

<name>liquibase-archetype</name>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<defaultValue>nc.noumea.mairie</defaultValue>
</requiredProperty>
<requiredProperty key="appName"/>
<requiredProperty key="travisUserToken">
<defaultValue>A_SAISIR</defaultValue>
</requiredProperty>
<requiredProperty key="artifactId">
<defaultValue>${appName}-liquibase</defaultValue>
</requiredProperty>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ${appName}-liquibase

[![Build Status](https://travis-ci.com/DSI-Ville-Noumea/${appName}-liquibase.svg?token=${travisUserToken}&branch=master)](https://travis-ci.com/DSI-Ville-Noumea/${appName}-liquibase)

Repo dédiée aux scripts Liquibase de l'application (https://github.com/DSI-Ville-Noumea/${appName} ).

## Génération de lints et diagrammes (Schemacrawler)
Expand Down

0 comments on commit b62be57

Please sign in to comment.