JetBrains / TeamCity.SESPlugin

Amazon SES integration for TeamCity
Apache License 2.0
2 stars 4 forks source link

mvn package fails #12

Open bogretsovv opened 6 years ago

bogretsovv commented 6 years ago

Hello,

I'm unable to build the plugin: I'm getting the error email-notificator.jar does not exists.

The full build log is attached.

Where could I get the email-notificator.jar? log.txt

Linfar commented 6 years ago

Hello,

Sorry, I haven't added build instructions (or usage guide) to the repository yet.

The SES plugin depends on bundled TeamCity plugin - email notificator. It's not published to maven repository so it's needed to provide the jar manually. You can find it in unpacked TeamCity in "webapps/ROOT/WEB-INF/plugins/email/server/email-notificator.jar". Here is a direct link to get it from our public CI.

Then you should place the jar to "repository/lib" directory of the SESPlugin project

Alternatively you can download packed SES plugin here.