pojobuilder-mvn
A Maven plugin, which generates builders and matchers for plain old java objects
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.flextrade.pojobuilder |
| ArtifactId | ArtifactIdpojobuilder-maven-plugin |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
DescriptionPojoBuilder Maven Plugin
Maven Plugin which generates Builders and matchers
|
<plugin>
<groupId>com.flextrade.pojobuilder</groupId>
<artifactId>pojobuilder-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.0 |
| org.apache.maven : maven-core | jar | 3.0.5 |
| org.reflections : reflections | jar | 0.9.9-RC1 |
| com.sun.codemodel : codemodel | jar | 2.6 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.google.guava : guava | jar | 14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
A Maven plugin, which generates builders and matchers for plain old java objects