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

Download maven-archetype-quickstart JAR file with all dependencies


hibernate-enhance-maven-plugin from group org.hibernate.orm.tooling (version 5.3.0.CR1)

Enhance Plugin of the Hibernate project for use with Maven build system.

Group: org.hibernate.orm.tooling Artifact: hibernate-enhance-maven-plugin

Download hibernate-enhance-maven-plugin.jar (5.3.0.CR1)
 

1 downloads


wildfly-maven-plugin from group org.wildfly.plugins (version 2.0.1.Final)

A maven plugin that allows various management operations to be executed on WildFly Application Server.

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


maven-shared-utils from group org.apache.maven.shared (version 0.3)

Shared utils without any further dependencies

Group: org.apache.maven.shared Artifact: maven-shared-utils

Download maven-shared-utils.jar (0.3)
 

1 downloads


nar-maven-plugin from group com.github.maven-nar (version 3.5.1)

This plugin compiles native code and publishes native artifacts in the form of nar files.

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


maven-scr-plugin from group org.apache.felix (version 1.16.0)

Maven plugin for generating OSGi service descriptors based on annotations.

Group: org.apache.felix Artifact: maven-scr-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact maven-scr-plugin
Group org.apache.felix
Version 1.16.0


maven-tasks-plugin from group maven-plugins (version 1.3.0)

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


sisu-maven-plugin from group org.eclipse.sisu (version 0.3.3)

Manage Sisu components and applications

Group: org.eclipse.sisu Artifact: sisu-maven-plugin
Show documentation Show source 
Download sisu-maven-plugin.jar (0.3.3)
 

1 downloads
Artifact sisu-maven-plugin
Group org.eclipse.sisu
Version 0.3.3


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




Page 105 from 242 (items total 3629)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy