组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.launchpad |
版本: |
8 |
最后修改时间: |
2018-10-16 14:50:38 |
包类型: |
jar |
标题: |
Apache Sling Launchpad Application Builder |
描述: |
The Launchpad. Available in both JAR and WAR flavors.
|
大小: |
68.58MB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad</artifactId>
<version>8</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.launchpad:8
|
下载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>25</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.launchpad</artifactId>
<packaging>slingstart</packaging>
<version>8</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-8</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.launchpad-8</developerConnection>
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.launchpad-8</url>
</scm>
<properties>
<!--
Jetty default port (override with -D)
-->
<http.port>8888</http.port>
<!-- path suffix for HTTP access to Sling -->
<http.base.path />
<sling.java.version>7</sling.java.version>
</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.2.0</version>
<extensions>true</extensions>
<configuration>
<createWebapp>true</createWebapp>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.12.v20150709</version>
<configuration>
<stopKey>alpha</stopKey>
<stopPort>9099</stopPort>
<httpConnector>
<port>${http.port}</port>
</httpConnector>
<contextPath>${http.base.path}</contextPath>
<war>${project.build.directory}/${project.build.finalName}.war</war>
</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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/LICENSE
META-INF/DEPENDENCIES
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.properties
META-INF/maven/org.apache.sling/org.apache.sling.commons.osgi/pom.xml
META-INF/maven/org.apache.felix/org.apache.felix.framework/pom.properties
META-INF/maven/org.apache.felix/org.apache.felix.framework/pom.xml
META-INF/services/org.osgi.framework.launch.FrameworkFactory
org.osgi.framework.VersionRange.class
org.osgi.framework.Version.class
org.apache.sling.launchpad.base.shared.SharedConstants.class
org.apache.sling.launchpad.base.shared.Notifiable.class
org.apache.sling.launchpad.base.shared.Loader.class
org.apache.sling.launchpad.base.shared.Loader$2.class
org.apache.sling.launchpad.base.shared.Loader$1.class
org.apache.sling.launchpad.base.shared.LauncherClassLoader.class
org.apache.sling.launchpad.base.shared.Launcher.class
org.apache.sling.launchpad.app.Main.class
org.apache.sling.launchpad.app.Main$ShutdownHook.class
org.apache.sling.launchpad.app.Main$Notified.class
org.apache.sling.launchpad.app.ControlAction.class
org.apache.sling.launchpad.app.ControlListener$1.class
org.apache.sling.launchpad.app.ControlListener.class
org.apache.sling.launchpad.app.Main$1.class
org.apache.sling.launchpad.app.Main$2.class
org.apache.sling.launchpad.app.Main$3.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
sling_install.properties
resources/bundles/1/geronimo-atinject_1.0_spec-1.0.jar
resources/install/0/org.apache.sling.resourceresolver-1.2.6.jar
resources/install/0/org.apache.sling.models.impl-1.2.2.jar
resources/install/0/commons-lang-2.6.jar
resources/bundles/1/org.apache.felix.configadmin-1.8.8.jar
resources/bundles/1/org.apache.felix.eventadmin-1.4.4.jar
resources/install/0/org.apache.sling.commons.threads-3.2.0.jar
resources/install/0/org.apache.sling.servlets.get-2.1.12.jar
resources/install/0/org.apache.sling.scripting.jsp-2.1.6.jar
resources/bundles/1/log4j-over-slf4j-1.7.6.jar
resources/install/15/org.apache.sling.jcr.api-2.3.0.jar
resources/install.oak/15/oak-lucene-1.3.7.jar
resources/install.oak_mongo/15/mongo-java-driver-2.13.3.jar
resources/install/5/org.apache.felix.inventory-1.0.4.jar
resources/install/10/org.apache.felix.http.sslfilter-1.0.4.jar
resources/install/15/jackrabbit-spi-2.11.0.jar
resources/install/0/org.apache.sling.launchpad.content-2.0.8.jar
resources/install/5/org.apache.felix.prefs-1.0.6.jar
resources/bundles/1/org.apache.sling.javax.activation-0.1.0.jar
resources/install/0/org.apache.sling.commons.compiler-2.2.0.jar
resources/install/0/org.apache.sling.scripting.sightly.repl-1.0.2.jar
resources/install/0/org.apache.sling.scripting.sightly.models.provider-1.0.0.jar
resources/install/0/org.apache.sling.scripting.api-2.1.8.jar
resources/install/10/tika-core-1.10.jar
resources/install/0/org.apache.sling.installer.provider.jcr-3.1.16.jar
resources/install/0/httpclient-osgi-4.4.jar
resources/install/15/org.apache.sling.jcr.jackrabbit.accessmanager-2.1.2.jar
resources/install/10/org.apache.felix.scr-2.0.2.jar
resources/bundles/1/org.apache.sling.installer.provider.file-1.1.0.jar
resources/install/0/org.apache.sling.scripting.core-2.0.34.jar
resources/install/0/org.apache.sling.adapter-2.1.6.jar
resources/install.oak/16/org.apache.sling.jcr.oak.server-1.0.0.jar
resources/install/15/org.apache.sling.jcr.webdav-2.3.2.jar
resources/install/0/org.apache.sling.api-2.9.0.jar
resources/install/0/org.apache.sling.servlets.resolver-2.3.8.jar
resources/install.oak/15/oak-commons-1.3.7.jar
resources/install/0/org.apache.felix.http.whiteboard-3.0.0.jar
resources/install/0/org.apache.sling.discovery.api-1.0.2.jar
resources/install/0/commons-httpclient-3.1_1.jar
resources/install/5/org.apache.felix.webconsole.plugins.event-1.1.2.jar
resources/bundles/1/org.apache.sling.commons.log-4.0.6.jar
resources/bundles/1/org.apache.sling.installer.core-3.6.6.jar
resources/install/5/org.apache.sling.commons.json-2.0.12.jar
resources/install/0/org.apache.sling.engine-2.4.4.jar
resources/install/0/commons-codec-1.9.jar
resources/bundles/1/org.apache.sling.installer.factory.configuration-1.1.2.jar
resources/install/5/org.apache.sling.jcr.webconsole-1.0.2.jar
resources/install/0/httpcore-osgi-4.4.jar
resources/install/5/org.apache.felix.bundlerepository-1.6.4.jar
resources/install.oak/15/oak-core-1.3.7.jar
resources/install/0/org.apache.sling.discovery.support-1.0.0.jar
resources/install/0/org.apache.sling.event.dea-1.0.4.jar
resources/install/0/mail-1.4.7.jar
resources/bundles/1/jcl-over-slf4j-1.7.6.jar
resources/install/0/org.apache.sling.i18n-2.4.4.jar
resources/install/0/org.apache.sling.installer.console-1.0.0.jar
resources/install/5/org.apache.felix.webconsole.plugins.packageadmin-1.0.0.jar
resources/install/15/commons-io-2.4.jar
resources/install/15/jackrabbit-webdav-2.11.0.jar
resources/bundles/1/org.apache.sling.fragment.xml-1.0.2.jar
resources/install/5/org.apache.sling.extensions.explorer-1.0.4.jar
resources/install/5/org.apache.aries.jmx.whiteboard-1.0.0.jar
resources/install/15/jackrabbit-spi-commons-2.11.0.jar
resources/install/0/org.apache.sling.jcr.resource-2.5.6.jar
resources/install/5/org.apache.sling.extensions.threaddump-0.2.2.jar
resources/install/0/jstl-1.2_1.jar
resources/install/15/org.apache.sling.jcr.davex-1.2.2.jar
resources/install/0/org.apache.sling.scripting.sightly.js.provider-1.0.10.jar
resources/install/0/org.apache.sling.commons.classloader-1.3.2.jar
resources/install/0/org.apache.sling.commons.fsclassloader-1.0.2.jar
resources/install/0/org.apache.sling.xss-1.0.6.jar
resources/install/0/org.apache.sling.serviceusermapper-1.2.0.jar
resources/install.oak/15/guava-15.0.jar
resources/install/5/org.apache.felix.webconsole.plugins.obr-1.0.2.jar
resources/install/5/org.apache.felix.webconsole-4.2.10.jar
resources/install/10/tika-bundle-1.10.jar
resources/install/5/json-20090211_1.jar
resources/bundles/1/org.apache.sling.commons.logservice-1.0.6.jar
resources/install/0/org.apache.sling.models.api-1.2.2.jar
resources/install/15/jackrabbit-api-2.11.0.jar
resources/org.apache.sling.launchpad.base.jar
resources/install/15/org.apache.sling.jcr.jackrabbit.usermanager-2.2.4.jar
resources/install/15/org.apache.sling.jcr.registration-1.0.2.jar
resources/install/15/org.apache.sling.jcr.jcr-wrapper-2.0.0.jar
resources/install/0/org.apache.sling.bundleresource.impl-2.2.0.jar
resources/install/0/org.apache.sling.fsresource-1.1.4.jar
resources/install/5/org.apache.aries.util-1.1.0.jar
resources/install/5/org.apache.aries.jmx.core-1.1.1.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.jsp.taglib-2.2.4.jar
resources/install/0/org.apache.sling.scripting.javascript-2.0.26.jar
resources/install/0/org.apache.sling.servlets.post-2.3.8.jar
resources/install/0/commons-fileupload-1.3.1.jar
resources/install/0/org.apache.sling.jcr.contentloader-2.1.10.jar
resources/install/0/org.apache.sling.commons.scheduler-2.4.10.jar
resources/install.oak/15/oak-blob-1.3.7.jar
resources/install/5/org.apache.sling.extensions.webconsolebranding-1.0.0.jar
resources/install/0/commons-collections-3.2.1.jar
resources/bundles/1/org.apache.sling.fragment.ws-1.0.2.jar
resources/bundles/1/slf4j-api-1.7.6.jar
resources/install/0/org.apache.sling.event-3.7.4.jar
resources/install.oak/10/org.apache.felix.jaas-0.0.2.jar
resources/install/0/org.apache.sling.commons.mime-2.1.8.jar
resources/install/15/org.apache.sling.jcr.base-2.3.0.jar
resources/install/0/org.apache.sling.auth.core-1.3.10.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/org.apache.sling.commons.osgi-2.3.0.jar
resources/install/0/org.apache.sling.discovery.impl-1.1.8.jar
resources/install/5/org.apache.felix.webconsole.plugins.ds-2.0.2.jar
resources/install/0/commons-math-2.2.jar
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|