jcabi / jcabi-beanstalk-maven-plugin

Maven Plugin for AWS Elastic Beanstalk
http://beanstalk.jcabi.com/
Other
11 stars 10 forks source link

Cease to use Jfrog Anno Mojo maven plugin and use normal maven xdoclet annotations #20

Open adamsiemion opened 9 years ago

adamsiemion commented 9 years ago

jcabi-beanstalk-maven-plugin can't be built with Java 8, because we use Jfrog Anno Mojo maven plugin, and it's not ready for Java8 (for details see #17).

It is decided to get rid of Jfrog Anno Mojo maven plugin and use normal maven xdoclet annotations.

(Jfrog Anno Mojo allows to use Java5-style annotations instead of writing them in javadoc comments. We need to switch back to this comments option.)

You can find the plugin's occurrences in pom.xml by searching for jfrog.

yegor256 commented 9 years ago

it's a duplicate of #17

dmarkov commented 9 years ago

@yegor256 only @adko-pl can close this issue, since he opened it

dmarkov commented 9 years ago

I will ask someone to take care of this task soon