Found 55 results
Sort by:Relevance

Buildbox Bbx Plugin:1 SNAPSHOT
Last Release on Aug 24, 2008
Maven plugin to verify a provider ================================= Maven plugin for verifying pacts against a provider. The Maven plugin provides a `verify` goal which will verify all configured pacts against your provider. ## To Use It ### 1. Add the pact-jvm-provider-maven plugin to your `build` section of your pom file. ```xml <build> [...] <plugins> [...] <plugin> <groupId>au.com.dius</groupId> ...
Last Release on Apr 29, 2020
代码生成器maven插件,用于生成DAO模版代码,默认使用mybatis-mapper和PageHelper。
Last Release on Jul 17, 2025
A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
Last Release on Sep 12, 2018
MAGT-plugin,基于Java的自动测试代码生成Maven插件,项目地址:https://github.com/chenhaoxiang/maven-auto-generate-test-plugin
Last Release on Jun 18, 2019
Maven插件,用于从POJO实体类生成DTO、Service、Repository等代码
Last Release on Sep 29, 2025
smart-doc maven plugin(自用魔改版)
Last Release on Mar 23, 2021
配置监控信息,在web.xml中添加 <filter> <description>拦截获取js与css过滤</description> <filter-name>MergeFilter</filter-name> <filter-class>com.njzxw.filter.MergeFilter</filter-class> <init-param> <!-- js合并输出路径 --> <param-name>jsDir</param-name> <param-value>${js.path}</param-value> </init-param> <init-param> <!-- css合并输出路径 --> <param-name>cssDir</param-name> <param-value>${css.path}</param-value> </init-param> </filter> ...
Last Release on Aug 3, 2017
Maven Plugin for Maven 1 compatibility.
Last Release on Jun 27, 2006