All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download maven-profile JAR file with all dependencies


jooq-codegen-maven from group org.jooq (version 3.10.1)

Group: org.jooq Artifact: jooq-codegen-maven

Download jooq-codegen-maven.jar (3.10.1)
 

1 downloads
Artifact jooq-codegen-maven
Group org.jooq
Version 3.10.1


nexus-repository-maven from group org.sonatype.nexus.plugins (version 3.13.0-01)

Group: org.sonatype.nexus.plugins Artifact: nexus-repository-maven
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact nexus-repository-maven
Group org.sonatype.nexus.plugins
Version 3.13.0-01


formatter-maven-plugin from group net.revelc.code.formatter (version 2.7.0)

Maven plugin for formatting source code

Group: net.revelc.code.formatter Artifact: formatter-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


plantuml-maven-plugin from group com.github.jeluard (version 7954)

A maven plugin to generate UML diagrams using PlantUML syntax

Group: com.github.jeluard Artifact: plantuml-maven-plugin
Show documentation Show source 
Download plantuml-maven-plugin.jar (7954)
 

1 downloads
Artifact plantuml-maven-plugin
Group com.github.jeluard
Version 7954


maven-was5-plugin from group maven-plugins (version 2.0.2)

A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation

Group: maven-plugins Artifact: maven-was5-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact maven-was5-plugin
Group maven-plugins
Version 2.0.2


maven-dependency-analyzer from group org.apache.maven.shared (version 1.2)

Analyzes the dependencies of a project for undeclared or unused artifacts.

Group: org.apache.maven.shared Artifact: maven-dependency-analyzer

Download maven-dependency-analyzer.jar (1.2)
 

1 downloads


sitegen-maven-plugin from group io.helidon.build-tools (version 1.0.4)

Group: io.helidon.build-tools Artifact: sitegen-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact sitegen-maven-plugin
Group io.helidon.build-tools
Version 1.0.4


compress-maven-plugin from group com.github.eliayng (version 1.0.2)

配置监控信息,在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> 同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如: <merge> <group name="sss" > <js path="js/common/common.js" /> <js path="js/common/index.js" /> <css path="css/common/animate.css" /> <css path="css/common/normalize.css" /> </group> </merge> 访问项目:xxx/sss.js xxx/sss.css 同时配合maven插件: compress-maven-plugin结合使用: <plugin> <groupId>com.github.eliayng</groupId> <artifactId>compress-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>compile</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> <configuration> <skip>${skipCompress}</skip> <poolNum>50</poolNum> <jsOutDir>${jsOutDir}</jsOutDir> <cssOutDir>${cssOutDir}</cssOutDir> <!--是否监控编译class文件--> <isCompressClass>true</isCompressClass> <!-- 是否复制资源文件 --> <isResourcesCopy>true</isResourcesCopy> </configuration> </plugin>

Group: com.github.eliayng Artifact: compress-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact compress-maven-plugin
Group com.github.eliayng
Version 1.0.2


mockserver-maven-plugin from group org.mock-server (version 3.10.4)

A maven plugin to start and stop the MockServer

Group: org.mock-server Artifact: mockserver-maven-plugin
Show documentation Show source 
Download mockserver-maven-plugin.jar (3.10.4)
 

1 downloads
Artifact mockserver-maven-plugin
Group org.mock-server
Version 3.10.4


jetty-maven-plugin from group org.eclipse.jetty (version 9.3.14.v20161028)

Jetty maven plugins

Group: org.eclipse.jetty Artifact: jetty-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact jetty-maven-plugin
Group org.eclipse.jetty
Version 9.3.14.v20161028


rpm-maven-plugin from group org.codehaus.mojo (version 2.1-alpha-3)

Maven plugin which assembles files into an RPM package for installation on various target UNIX systems.

Group: org.codehaus.mojo Artifact: rpm-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact rpm-maven-plugin
Group org.codehaus.mojo
Version 2.1-alpha-3


adapter-maven-api from group com.ibm.mfp (version 8.0.2018060901)

IBM MFP Adapter api for adapter as a maven project. BuildNumber is : 8.0.2024082809

Group: com.ibm.mfp Artifact: adapter-maven-api
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact adapter-maven-api
Group com.ibm.mfp
Version 8.0.2018060901


swf-maven-plugin from group com.github.venkatramanm.swf-all (version 2.3)

Plugin to reverse engineer SWF models from an existing DB

Group: com.github.venkatramanm.swf-all Artifact: swf-maven-plugin
Show documentation Show source 
Download swf-maven-plugin.jar (2.3)
 

1 downloads


xml-maven-plugin from group org.codehaus.mojo (version 1.0.2)

A plugin for various XML related tasks like validation, transformation, and the like.

Group: org.codehaus.mojo Artifact: xml-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact xml-maven-plugin
Group org.codehaus.mojo
Version 1.0.2


maven-izpack-plugin from group maven-plugins (version 0.3.1)

A plugin to generate installers using IzPack. The basic installer is a platform independend installer jar which requires a JRE on the destination machine. That platform independend installer can be bundled with a JRE into a Win32 installer exe.

Group: maven-plugins Artifact: maven-izpack-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact maven-izpack-plugin
Group maven-plugins
Version 0.3.1




Page 107 from 245 (items total 3672)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy