组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.launchpad |
版本: |
9 |
最后修改时间: |
2019-11-30 12:32:11 |
包类型: |
jar |
标题: |
Apache Sling Launchpad Application Builder |
描述: |
The Launchpad. Available in both JAR and WAR flavors.
|
大小: |
97.61MB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad</artifactId>
<version>9</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.launchpad:9
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more contributor license
agreements. See the NOTICE file distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>30</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.launchpad</artifactId>
<packaging>slingstart</packaging>
<version>9</version>
<name>Apache Sling Launchpad Application Builder</name>
<description>
The Launchpad. Available in both JAR and WAR flavors.
</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.launchpad-9</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.launchpad-9</developerConnection>
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.launchpad-9</url>
</scm>
<properties>
<sling.java.version>8</sling.java.version>
<IT.expected.bundles.count>125</IT.expected.bundles.count>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>ianal-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>verify-legal-files</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${basedir}</directory>
<includes>
<include>derby.log</include>
<include>cachedir/**</include>
<include>sling/**</include>
<include>jackrabbit/**</include>
<include>coverage.ec</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>slingstart-maven-plugin</artifactId>
<version>1.7.6</version>
<extensions>true</extensions>
<executions>
<execution>
<id>start-container</id>
<goals>
<goal>start</goal>
<goal>stop</goal>
</goals>
</execution>
</executions>
<configuration>
<createWebapp>true</createWebapp>
<servers>
<server>
<port>${http.port}</port>
<controlPort>${sling.control.port}</controlPort>
</server>
</servers>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>reserve-network-port</id>
<goals>
<!-- pre-integration-test is too late -->
<goal>reserve-network-port</goal>
</goals>
<phase>process-resources</phase>
<configuration>
<portNames>
<portName>http.port</portName>
<portName>sling.control.port</portName>
</portNames>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<systemPropertyVariables>
<launchpad.http.port>${http.port}</launchpad.http.port>
<IT.expected.bundles.count>${IT.expected.bundles.count}</IT.expected.bundles.count>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- Extend RAT configuration from parent pom -->
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<!-- Exclude sling instance -->
<exclude>sling/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.sling.launchpad.base.shared.Loader.class
org.apache.sling.launchpad.base.shared.Loader$2.class
org.apache.sling.launchpad.base.shared.LauncherClassLoader.class
org.apache.sling.launchpad.base.shared.Loader$1.class
org.apache.sling.launchpad.base.shared.Notifiable.class
org.apache.sling.launchpad.base.shared.Launcher.class
org.apache.sling.launchpad.base.shared.SharedConstants.class
org.apache.sling.launchpad.base.shared.Util.class
org.apache.sling.launchpad.app.Main.class
org.apache.sling.launchpad.app.Main$1.class
org.apache.sling.launchpad.app.ControlAction.class
org.apache.sling.launchpad.app.Main$3.class
org.apache.sling.launchpad.app.ControlListener.class
org.apache.sling.launchpad.app.Main$Notified.class
org.apache.sling.launchpad.app.ControlListener$1.class
org.apache.sling.launchpad.app.Main$2.class
org.apache.sling.launchpad.app.Main$ShutdownHook.class
org.apache.sling.commons.osgi.bundleversion.BundleBundleVersionInfo.class
org.apache.sling.commons.osgi.bundleversion.BundleVersionInfo.class
org.apache.sling.commons.osgi.bundleversion.FileBundleVersionInfo.class
org.osgi.framework.Version.class
org.osgi.framework.VersionRange.class
META-INF/services/org.osgi.framework.launch.FrameworkFactory
META-INF/maven/org.apache.felix/org.apache.felix.framework/pom.xml
META-INF/maven/org.apache.felix/org.apache.felix.framework/pom.properties
META-INF/maven/org.apache.sling/org.apache.sling.launchpad.base/pom.properties
META-INF/maven/org.apache.sling/org.apache.sling.launchpad.base/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.commons.osgi/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.commons.osgi/pom.properties
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
sling_install.properties
resources/provisioning/model.txt
resources/bundles/1/geronimo-atinject_1.0_spec-1.0.jar
resources/bundles/1/org.apache.sling.installer.core-3.8.10.jar
resources/install/0/org.apache.sling.installer.provider.jcr-3.1.26.jar
resources/install/0/commons-lang-2.6.jar
resources/install/0/org.apache.sling.resourceresolver-1.5.24.jar
resources/install/0/org.apache.sling.scripting.sightly.compiler-1.0.8.jar
resources/install/20/composum-sling-package-manager-1.7.0.jar
resources/install/0/org.apache.sling.models.jacksonexporter-1.0.6.jar
resources/install/0/commons-lang3-3.5.jar
resources/install/0/org.apache.sling.launchpad.content-2.0.12.jar
resources/install/0/org.apache.sling.scripting.jsp-2.3.0.jar
resources/install/5/org.apache.felix.inventory-1.0.4.jar
resources/install/5/org.apache.aries.jmx.whiteboard-1.1.5.jar
resources/install/15/jackrabbit-data-2.14.0.jar
resources/install/0/org.apache.sling.discovery.base-2.0.0.jar
resources/bundles/1/org.apache.sling.javax.activation-0.1.0.jar
resources/bundles/1/org.apache.sling.settings-1.3.8.jar
resources/install/0/org.apache.sling.discovery.oak-1.2.18.jar
resources/install/0/org.apache.sling.api-2.16.2.jar
resources/install/0/org.apache.sling.auth.core-1.3.26.jar
resources/install/5/commons-fileupload-1.3.2.jar
resources/install/0/org.apache.sling.discovery.api-1.0.4.jar
resources/bundles/1/log4j-over-slf4j-1.7.21.jar
resources/install/5/org.apache.felix.webconsole.plugins.ds-2.0.6.jar
resources/install.oak_mongo/15/h2-mvstore-1.4.193.jar
resources/install/0/org.apache.sling.serviceusermapper-1.3.2.jar
resources/bundles/1/org.apache.sling.installer.provider.file-1.1.0.jar
resources/install/0/org.apache.sling.scripting.javascript-3.0.0.jar
resources/install.oak_mongo/15/mongo-java-driver-3.4.1.jar
resources/install/0/org.apache.sling.adapter-2.1.10.jar
resources/install/15/oak-core-1.6.1.jar
resources/install/0/org.apache.felix.http.whiteboard-3.0.0.jar
resources/install/0/org.apache.sling.commons.mime-2.1.10.jar
resources/install/5/commons-io-2.5.jar
resources/install/0/commons-httpclient-3.1_1.jar
resources/install/0/httpclient-osgi-4.4.1.jar
resources/install/5/org.apache.sling.extensions.webconsolebranding-1.0.2.jar
resources/install/0/org.apache.sling.commons.classloader-1.4.0.jar
resources/install/0/org.apache.sling.commons.threads-3.2.6.jar
resources/install/0/org.apache.sling.scripting.sightly.compiler.java-1.0.10.jar
resources/bundles/1/org.apache.felix.eventadmin-1.4.8.jar
resources/install/0/org.apache.sling.jcr.repoinit-1.1.4.jar
resources/install/10/tika-bundle-1.14.jar
resources/install/0/commons-collections-3.2.2.jar
resources/install/0/org.apache.sling.servlets.resolver-2.4.12.jar
resources/install/15/org.apache.sling.jcr.jackrabbit.accessmanager-3.0.0.jar
resources/install/0/org.apache.sling.validation.core-1.0.0.jar
resources/install/0/org.apache.sling.models.api-1.3.4.jar
resources/install/5/org.apache.felix.prefs-1.1.0.jar
resources/install/0/org.apache.sling.event-4.2.2.jar
resources/install/0/commons-codec-1.9.jar
resources/install/0/org.apache.sling.validation.api-1.0.0.jar
resources/install/15/jackrabbit-jcr-commons-2.14.0.jar
resources/install/15/oak-commons-1.6.1.jar
resources/bundles/1/org.apache.sling.installer.factory.configuration-1.1.2.jar
resources/install/0/org.apache.sling.hc.core-1.2.8.jar
resources/bundles/1/org.apache.sling.commons.log-5.0.2.jar
resources/install/5/org.apache.felix.bundlerepository-1.6.4.jar
resources/install/15/jackrabbit-jcr-rmi-2.14.0.jar
resources/install/0/org.apache.sling.discovery.support-1.0.0.jar
resources/install/0/mail-1.4.7.jar
resources/install/0/org.apache.sling.caconfig.api-1.1.0.jar
resources/install/0/org.apache.sling.event.dea-1.1.2.jar
resources/install.oak_tar/15/oak-segment-tar-1.6.1.jar
resources/install/15/jackrabbit-spi-2.14.0.jar
resources/bundles/1/org.apache.sling.fragment.xml-1.0.2.jar
resources/install/15/oak-blob-1.6.1.jar
resources/install/0/org.apache.sling.scripting.sightly-1.0.34.jar
resources/install/5/org.apache.felix.webconsole-4.3.4.jar
resources/bundles/1/slf4j-api-1.7.21.jar
resources/install/0/jackson-annotations-2.8.7.jar
resources/install/0/org.apache.sling.scripting.el-api-1.0.0.jar
resources/install/5/org.apache.sling.extensions.threaddump-0.2.2.jar
resources/install/15/metrics-core-3.1.0.jar
resources/install/0/jstl-1.2_1.jar
resources/install/0/org.apache.sling.installer.console-1.0.2.jar
resources/install/0/org.apache.sling.repoinit.parser-1.1.0.jar
resources/install/0/org.apache.sling.jcr.contentloader-2.2.4.jar
resources/install/15/org.apache.sling.commons.metrics-1.2.0.jar
resources/install/15/org.apache.sling.jcr.api-2.4.0.jar
resources/bundles/1/jcl-over-slf4j-1.7.21.jar
resources/install/0/org.apache.sling.scripting.sightly.repl-1.0.4.jar
resources/install/20/composum-sling-core-commons-1.7.0.jar
resources/install/0/org.apache.sling.scripting.jsp.taglib-2.2.6.jar
resources/bundles/1/org.apache.aries.util-1.1.3.jar
resources/install/15/org.apache.sling.jcr.webdav-2.3.8.jar
resources/install/10/org.apache.felix.scr-2.0.8.jar
resources/install/15/guava-15.0.jar
resources/install/0/org.apache.sling.xss-2.0.0.jar
resources/install/10/org.apache.felix.http.sslfilter-1.1.0.jar
resources/install/5/org.apache.felix.webconsole.plugins.event-1.1.6.jar
resources/install/15/jackrabbit-api-2.14.0.jar
resources/install/0/org.apache.sling.i18n-2.5.8.jar
resources/install/0/org.apache.sling.hc.webconsole-1.1.2.jar
resources/install/0/org.apache.sling.servlets.post-2.3.20.jar
resources/install/0/org.apache.sling.discovery.commons-1.0.20.jar
resources/bundles/1/org.apache.sling.commons.logservice-1.0.6.jar
resources/install/5/org.apache.felix.webconsole.plugins.obr-1.0.4.jar
resources/install/15/jackrabbit-webdav-2.14.0.jar
resources/install/0/commons-collections4-4.1.jar
resources/org.apache.sling.launchpad.base.jar
resources/install/5/org.apache.sling.commons.johnzon-1.0.0.jar
resources/install/0/org.apache.sling.scripting.sightly.models.provider-1.0.6.jar
resources/install/15/org.apache.sling.jcr.registration-1.0.2.jar
resources/install/0/org.apache.sling.scripting.api-2.2.0.jar
resources/install/15/org.apache.sling.jcr.jackrabbit.usermanager-2.2.6.jar
resources/install/15/org.apache.sling.jcr.jcr-wrapper-2.0.0.jar
resources/install/0/org.apache.sling.commons.scheduler-2.6.2.jar
resources/install/0/org.apache.sling.bundleresource.impl-2.2.0.jar
resources/install/15/org.apache.sling.jcr.webconsole-1.0.2.jar
resources/install/5/org.apache.aries.jmx.api-1.1.5.jar
resources/install/20/composum-sling-core-console-1.7.0.jar
resources/bundles/1/org.apache.sling.launchpad.installer-1.2.2.jar
resources/install/5/org.apache.felix.webconsole.plugins.memoryusage-1.0.6.jar
resources/install/0/org.apache.sling.scripting.core-2.0.46.jar
resources/install/10/org.apache.felix.jaas-1.0.2.jar
resources/install/5/org.apache.felix.webconsole.plugins.packageadmin-1.0.4.jar
resources/install/20/composum-sling-core-jslibs-1.7.0.jar
resources/install/15/oak-lucene-1.6.1.jar
resources/install/0/org.apache.servicemix.bundles.rhino-1.7.7.1_1.jar
resources/install/0/org.apache.sling.commons.fsclassloader-1.0.6.jar
resources/install/15/org.apache.sling.jcr.base-3.0.2.jar
resources/bundles/1/org.apache.sling.fragment.ws-1.0.2.jar
resources/install/0/org.apache.sling.scripting.jsp-api-1.0.0.jar
resources/install/0/org.apache.sling.jcr.resource-3.0.2.jar
resources/install/0/org.apache.sling.commons.osgi-2.4.0.jar
resources/install/0/org.apache.sling.sample.slingshot-0.8.0.jar
resources/install/0/org.apache.sling.models.impl-1.4.2.jar
resources/install/0/org.apache.sling.hc.api-1.0.0.jar
resources/install/15/jackrabbit-spi-commons-2.14.0.jar
resources/install/0/org.apache.sling.scripting.sightly.js.provider-1.0.22.jar
resources/install/0/org.apache.sling.provisioning.model-1.8.2.jar
resources/install/0/jackson-core-2.8.7.jar
resources/install/20/org.apache.jackrabbit.vault-3.1.30.jar
resources/install/16/org.apache.sling.jcr.oak.server-1.1.4.jar
resources/install/10/org.apache.felix.metatype-1.1.2.jar
resources/bundles/1/org.apache.sling.fragment.transaction-1.0.0.jar
resources/install/0/commons-math-2.2.jar
resources/install/0/httpcore-osgi-4.4.1.jar
resources/install/0/jackson-databind-2.8.7.jar
resources/install/5/org.apache.aries.jmx.core-1.1.7.jar
resources/install/20/composum-sling-user-management-1.7.0.jar
resources/install/0/org.apache.sling.caconfig.spi-1.3.2.jar
resources/install/0/org.apache.sling.servlets.get-2.1.26.jar
resources/install/0/org.apache.sling.auth.form-1.0.8.jar
resources/install/5/org.apache.sling.commons.log.webconsole-1.0.0.jar
resources/install/5/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar
resources/install/0/org.apache.sling.fsresource-2.1.4.jar
resources/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum.config
resources/config/org.apache.felix.jaas.ConfigurationSpi.config
resources/config/org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl.config
resources/config/org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName.config
resources/config/org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.config
resources/config/org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.config
resources/config/org.apache.felix.jaas.Configuration.factory-GuestLoginModule.config
resources/config/org.apache.felix.jaas.Configuration.factory-LoginModuleImpl.config
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
httpclient-4.5.2.jar
/org.apache.httpcomponents/httpclient/4.5.2
查看httpclient所有版本文件
org.apache.felix.utils-1.9.0.jar
/org.apache.felix/org.apache.felix.utils/1.9.0
查看org.apache.felix.utils所有版本文件
|