There was an error while loading. Please reload this page.
Welcome to the artifact-listener wiki!
createuser -U postgres maven_artifact_notifier createdb -U postgres -O maven_artifact_notifier maven_artifact_notifier psql -U postgres -c "alter user maven_artifact_notifier with password 'maven_artifact_notifier';"
git clone https://github.com/openwide-java/artifact-listener.git cd artifact-listener mvn -Pdevelopment -DskipTests clean install cd maven-artifact-notifier-init mvn exec:java -Dexec.mainClass="fr.openwide.maven.artifact.notifier.init.MavenArtifactNotifierInitFromExcelMain cd .. cd maven-artifact-notifier-webapp mvn jetty-run
Application is available at http://localhost:8080; default login/password is admin@artifact-listener.org/admin.
TODO