Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imod/maven-postman-plugin
Enables sending of mails in a build. The purpose of the plugin is to support conditional emailing (e.g. send an email if a file contains a certain string, the tests failed or just to send a notification or an artifact via mail)
https://github.com/imod/maven-postman-plugin
Last synced: 26 days ago
JSON representation
Enables sending of mails in a build. The purpose of the plugin is to support conditional emailing (e.g. send an email if a file contains a certain string, the tests failed or just to send a notification or an artifact via mail)
- Host: GitHub
- URL: https://github.com/imod/maven-postman-plugin
- Owner: imod
- License: apache-2.0
- Created: 2024-01-06T12:49:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T12:55:24.000Z (10 months ago)
- Last Synced: 2024-01-06T13:53:27.693Z (10 months ago)
- Language: Groovy
- Homepage: https://doc.fortysix.ch/maven/maven-postman-plugin/
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
###########################
#
# postman report plugin
#
# provides utilities to send emails based on different prerequisits/conditionsGeneral
=======
increasing the heap might be needed:
$> MAVEN_OPTS="-Xmx1024m -Xms1024m"
$> export MAVEN_OPTSMaven Profiles:
===============
"integration-tests" - configures the integration tests, activation with: -DitDeploy a new version (SNAPSHOT):
=====================
$> mvn clean deploy site-deployMake a release:
===============
First Install GPG (http://www.gnupg.org/) see http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/
Add this to the settings.xml
domi-default
XXX
XXXXXXXX
$> mvn release:prepare
$> mvn release:perform
a second way to get around a bug (http://jira.codehaus.org/browse/MGPG-9): $> mvn -Dgpg.passphrase="XXXX" -Darguments="-Dgpg.passphrase=XXXX" release:performRun integration tests:
======================
$> mvn clean integration-test -Dit====> use nexus!!!!