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

Download JAR files tagged by glassfish with all dependencies

Search JAR files by class name

jadort-documentation from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-documentation
Show documentation 
 

0 downloads
Artifact jadort-documentation
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadort-console from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-console
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadort-console
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jadort-api, commons-io, easybeans-component-smartclient-client,
There are maybe transitive dependencies!

jadort-ear from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-ear
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jadort-ear
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadort-ejb, jadort-war,
There are maybe transitive dependencies!

jadort-war from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-war
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jadort-war
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cairngorm-bin, commons-fileupload, jdom, log4j,
There are maybe transitive dependencies!

jadort-swf from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-swf
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jadort-swf
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies flex-framework, cairngorm-bin,
There are maybe transitive dependencies!

jadort-ejb from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-ejb
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadort-ejb
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies commons-codec, commons-io, deployme-api, vmmapi, util-ee-deploy-impl, tomcat-jkstatus-ant, tomcat-util,
There are maybe transitive dependencies!

jadort-api from group org.ow2.jasmine (version 1.6.3)

Group: org.ow2.jasmine Artifact: jadort-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadort-api
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies deployme-api,
There are maybe transitive dependencies!

jadort from group org.ow2.jasmine (version 1.6.3)

The JASMINe Deployment Orchestration Tool (JaDOrT) is a tool for orchestrating the deployment of Java EE applications or OSGi bundles (including uploading, activation and version management), maintenance on a group of JOnAS, Glassfish, JBoss, WebLogic and/or WebSphere servers as well as virtual machines (including Hyper-V, VMWare and Xen; but also many other thanks to the LibVirt support). It gives the user a global view on the deployment operation's state, lets the user undo or redo any action, check for errors and persists all information for later analysis.

Group: org.ow2.jasmine Artifact: jadort
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jadort
Group org.ow2.jasmine
Version 1.6.3
Last update 30. May 2012
Organization not specified
URL http://wiki.jasmine.ow2.org/xwiki/bin/view/Main/Deploy#jadort
License GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-glassfishbuild-extension from group org.glassfish.build (version 3.2.2)

GlassFish build depends on properly functioning several custom lifecycle mappings and artifact handlers. Because these are necessary to resolve dependencies and to run "gf:run" goal and etc., it is critical that these extensions be made available to Maven early on during Maven execution. This definition was originally in maven-glassfish-plugin, which was integrated into Maven POM through <plugin>/<extensions>true marking, but after a series of debugging to resolve artifact resolution failure problems, it turns out that that doesn't cause Maven to load components early enough. I tried to circumbent the prolem by also registering the maven-glassfish-plugin as an extension module (via <build>/<extensions/<extension>), but that apparently confuses Maven to no end --- I get build errors like this: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' This is obviously one of the problematic areas of Maven, so to avoid doing hack over hack, I'm simply moving the component definitions to its own module.

Group: org.glassfish.build Artifact: maven-glassfishbuild-extension
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-glassfishbuild-extension
Group org.glassfish.build
Version 3.2.2
Last update 14. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-glassfish-extension from group org.glassfish.build (version 10.0-alpha-4)

GlassFish build depends on properly functioning several custom lifecycle mappings and artifact handlers. Because these are necessary to resolve dependencies and to run "gf:run" goal and etc., it is critical that these extensions be made available to Maven early on during Maven execution. This definition was originally in maven-glassfish-plugin, which was integrated into Maven POM through <plugin>/<extensions>true marking, but after a series of debugging to resolve artifact resolution failure problems, it turns out that that doesn't cause Maven to load components early enough. I tried to circumbent the prolem by also registering the maven-glassfish-plugin as an extension module (via <build>/<extensions/<extension>), but that apparently confuses Maven to no end --- I get build errors like this: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' This is obviously one of the problematic areas of Maven, so to avoid doing hack over hack, I'm simply moving the component definitions to its own module.

Group: org.glassfish.build Artifact: maven-glassfish-extension
Show all versions Show source 
 

0 downloads
Artifact maven-glassfish-extension
Group org.glassfish.build
Version 10.0-alpha-4
Last update 30. April 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies maven-core,
There are maybe transitive dependencies!



Page 52 from 3 (items total 521)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy