Details
-
Improvement
-
Resolution: Won't Do
-
Neutral
-
None
-
-
Empty show more show less
Description
Instead of having an install task warning the user they need to add the twitter4j jar, why not provide a zip bundle with all necessary 3rd party libs ?
We use the maven-assembly-plugin for this; if your pom extended the forge parent pom, you could simply add
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> </plugin>
in your build section. If not, run mvn help:effective-pom on a project that does to see how the configuration could look like.
Checklists
Acceptance criteria