A code generator for java available for maven?
So far I tried
<plugin>
<groupId>com.tikal.maven</groupId>
<artifactId>tikal-maven-je开发者_如何学Pythont-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 code generator should I use? (Or where can I find a working tikal repository?)
So which code generator should I use? (Or where can I find a working tikal repository?)
I don't know what "code generator" you're looking for exactly but the tikal-maven-jet-plugin has its own repository:
<pluginRepositories>
<pluginRepository>
<id>tikalk-repository</id>
<url>http://network.tikalk.com/release/repository/</url>
</pluginRepository>
...
</pluginRepositories>
精彩评论