A code generator for java available for maven?
问题 I am developing a java project with maven which generates code files. I am looking for a good code generator that is available for maven. So far I tried <plugin> <groupId>com.tikal.maven</groupId> <artifactId>tikal-maven-jet-plugin</artifactId> <version>0.3.0</version> The advantage of this plugin is that it generates the generator during the build cycle and does not add any runtime dependencies. However, I could not test it because I could not find a maven repository to download it. So which