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

Download JAR files tagged by plugin with all dependencies

Search JAR files by class name

ldap-sample-app-jetty from group org.apache.geronimo.samples.javaee5 (version 3.0.0)

A web application that walks you through configuring the sample data in the embedded Apache Directory LDAP server, and then tests logins with a demonstration security realm configured for that LDAP server. The LDAP Example web application be found via HTTP at /LDAP_Sample/ after the plugin is installed.

Group: org.apache.geronimo.samples.javaee5 Artifact: ldap-sample-app-jetty
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ldap-sample-app-jetty
Group org.apache.geronimo.samples.javaee5
Version 3.0.0
Last update 04. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ldap-sample-app-realm, jasper, ${jetty},
There are maybe transitive dependencies!

ldap-sample-app-realm from group org.apache.geronimo.samples.javaee5 (version 3.0.0)

A sample security realm pointing to an embedded Apache Directory LDAP server. This is normally used with the LDAP Example Web Application, which has instructions for setting up the LDAP server and screens to test logins. You don't need this plugin in order to create LDAP security realms, this is just a sample.

Group: org.apache.geronimo.samples.javaee5 Artifact: ldap-sample-app-realm
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ldap-sample-app-realm
Group org.apache.geronimo.samples.javaee5
Version 3.0.0
Last update 04. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies server-security-config,
There are maybe transitive dependencies!

org.jfrog.maven.maven-plugin-tools-anno from group br.com.ingenieux.maven.annomojo (version 1.4.1)

Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.

Group: br.com.ingenieux.maven.annomojo Artifact: org.jfrog.maven.maven-plugin-tools-anno
Show documentation Show source 
 

0 downloads
Artifact org.jfrog.maven.maven-plugin-tools-anno
Group br.com.ingenieux.maven.annomojo
Version 1.4.1
Last update 17. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jfrog.maven.maven-plugin-anno, maven-plugin-tools-api, maven-plugin-descriptor,
There are maybe transitive dependencies!

templates from group net.redora (version 1.9.2)

Redora uses Freemarker and XSLT templates to generate code. This zip package contains the default templates. You can create your own pack with templates to override these default templates if you wish. You can add them to your project using the maven dependency plugin.

Group: net.redora Artifact: templates
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact templates
Group net.redora
Version 1.9.2
Last update 23. February 2012
Organization Nanjing RedOrange Co. ltd
URL Not specified
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jacoco-gwt-maven-plugin from group org.jboss.errai (version 0.5.4.201202141554)

The JaCoCo GWT Maven Plugin provides test coverage monitoring and reporting for GWTTestCase tests run under Maven. Based on the jacoco-maven-plugin project by Evgeny Mandrikov and Marc R. Hoffmann. Developed as part of the Errai framework.

Group: org.jboss.errai Artifact: jacoco-gwt-maven-plugin

 

0 downloads
Artifact jacoco-gwt-maven-plugin
Group org.jboss.errai
Version 0.5.4.201202141554
Last update 14. February 2012
Organization JBoss, by Red Hat
URL https://github.com/errai/jacoco-gwt-maven-plugin
License Eclipse Public License v1.0
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, plexus-utils, org.jacoco.agent, org.jacoco.core, org.jacoco.report,
There are maybe transitive dependencies!

dbmaintain-maven-plugin from group com.mysema.maven (version 1.0.5)

Maven plugin for dbmaintain. DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparantly deploy databases from development on to production.

Group: com.mysema.maven Artifact: dbmaintain-maven-plugin
Show all versions Show source 
 

0 downloads
Artifact dbmaintain-maven-plugin
Group com.mysema.maven
Version 1.0.5
Last update 03. February 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies dbmaintain, maven-plugin-api, maven-model, maven-project, plexus-utils,
There are maybe transitive dependencies!

maven-plugin-tools-anno from group org.jfrog.maven.annomojo (version 1.4.1)

Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.

Group: org.jfrog.maven.annomojo Artifact: maven-plugin-tools-anno
Show all versions Show documentation Show source 
 

3 downloads
Artifact maven-plugin-tools-anno
Group org.jfrog.maven.annomojo
Version 1.4.1
Last update 19. December 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies maven-plugin-anno, maven-plugin-tools-api, maven-plugin-descriptor,
There are maybe transitive dependencies!

yuicompressor-maven-plugin-zk from group org.zkoss.maven (version 1.1.6)

To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte). --Modified from [net.alchim31.maven] [yuicompressor-maven-plugin] And remove the jslint we didnt need , and customize the css compressor from yui for working with *.css.dsp It's a really good project for that , thanks a lot.

Group: org.zkoss.maven Artifact: yuicompressor-maven-plugin-zk
Show documentation Show source 
 

4 downloads
Artifact yuicompressor-maven-plugin-zk
Group org.zkoss.maven
Version 1.1.6
Last update 16. September 2011
Organization not specified
URL http://www.zkoss.org
License Creative Commons GNU LGPL, Version 2.1
Dependencies amount 2
Dependencies yuicompressor, plexus-utils,
There are maybe transitive dependencies!

maven-plugin-tools from group au.net.ocean.maven.plugin (version 1.2)

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor, and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

Group: au.net.ocean.maven.plugin Artifact: maven-plugin-tools
Show all versions Show source 
 

0 downloads
Artifact maven-plugin-tools
Group au.net.ocean.maven.plugin
Version 1.2
Last update 01. August 2011
Organization not specified
URL http://maven.ocean.net.au/plugin/tools/
License The Revised BSD Licence
Dependencies amount 3
Dependencies maven-plugin-api, maven-plugin-descriptor, maven-plugin-tools-api,
There are maybe transitive dependencies!

ckpackager-library from group org.objectledge.ckpackager (version 1.0.0)

An utility library for ckpackager-maven-plugin. The library is compiled from JavaScript sources checked out from ckeditor.com SVN. A separate module is needed because of eclipse classpath issue. Once it's resolved this module will be folded into ckpackager-maven-module.

Group: org.objectledge.ckpackager Artifact: ckpackager-library
Show documentation Show source 
 

0 downloads
Artifact ckpackager-library
Group org.objectledge.ckpackager
Version 1.0.0
Last update 09. July 2011
Organization not specified
URL http://objectledge.org/confluence/display/TOOLS/ckpackager-maven-plugin
License not specified
Dependencies amount 1
Dependencies js,
There are maybe transitive dependencies!



Page 1964 from 3 (items total 19886)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy