实例介绍
直接解压,并请搜索搭建资料,比如百度:maven nexus 私服搭建
【实例截图】
【核心代码】
4744302543361694126.zip
└── nexus-2.11.3-01-bundle
├── nexus-2.11.3-01
│ ├── bin
│ │ ├── jsw
│ │ │ ├── conf
│ │ │ │ └── wrapper.conf
│ │ │ ├── lib
│ │ │ │ ├── libwrapper-linux-ppc-64.so
│ │ │ │ ├── libwrapper-linux-x86-32.so
│ │ │ │ ├── libwrapper-linux-x86-64.so
│ │ │ │ ├── libwrapper-macosx-universal-32.jnilib
│ │ │ │ ├── libwrapper-macosx-universal-64.jnilib
│ │ │ │ ├── libwrapper-solaris-sparc-32.so
│ │ │ │ ├── libwrapper-solaris-sparc-64.so
│ │ │ │ ├── libwrapper-solaris-x86-32.so
│ │ │ │ ├── wrapper-3.2.3.jar
│ │ │ │ ├── wrapper-windows-x86-32.dll
│ │ │ │ └── wrapper-windows-x86-64.dll
│ │ │ ├── license
│ │ │ │ └── LICENSE.txt
│ │ │ ├── linux-ppc-64
│ │ │ │ └── wrapper
│ │ │ ├── linux-x86-32
│ │ │ │ └── wrapper
│ │ │ ├── linux-x86-64
│ │ │ │ └── wrapper
│ │ │ ├── macosx-universal-32
│ │ │ │ └── wrapper
│ │ │ ├── macosx-universal-64
│ │ │ │ └── wrapper
│ │ │ ├── solaris-sparc-32
│ │ │ │ └── wrapper
│ │ │ ├── solaris-sparc-64
│ │ │ │ └── wrapper
│ │ │ ├── solaris-x86-32
│ │ │ │ ├── sample-smf
│ │ │ │ │ ├── app.xml
│ │ │ │ │ └── readme.txt
│ │ │ │ └── wrapper
│ │ │ ├── windows-x86-32
│ │ │ │ ├── console-nexus.bat
│ │ │ │ ├── install-nexus.bat
│ │ │ │ ├── start-nexus.bat
│ │ │ │ ├── stop-nexus.bat
│ │ │ │ ├── uninstall-nexus.bat
│ │ │ │ └── wrapper.exe
│ │ │ └── windows-x86-64
│ │ │ ├── console-nexus.bat
│ │ │ ├── install-nexus.bat
│ │ │ ├── start-nexus.bat
│ │ │ ├── stop-nexus.bat
│ │ │ ├── uninstall-nexus.bat
│ │ │ └── wrapper.exe
│ │ ├── nexus
│ │ └── nexus.bat
│ ├── conf
│ │ ├── jetty-http-redirect-to-https.xml
│ │ ├── jetty-https.xml
│ │ ├── jetty-jmx.xml
│ │ ├── jetty-requestlog.xml
│ │ ├── jetty.xml
│ │ ├── logback-access.xml
│ │ ├── logback.xml
│ │ └── nexus.properties
│ ├── lib
│ │ ├── javax.servlet-3.0.0.v201112011016.jar
│ │ ├── jetty-client-8.1.16.v20140903.jar
│ │ ├── jetty-continuation-8.1.16.v20140903.jar
│ │ ├── jetty-deploy-8.1.16.v20140903.jar
│ │ ├── jetty-http-8.1.16.v20140903.jar
│ │ ├── jetty-io-8.1.16.v20140903.jar
│ │ ├── jetty-jmx-8.1.16.v20140903.jar
│ │ ├── jetty-rewrite-8.1.16.v20140903.jar
│ │ ├── jetty-security-8.1.16.v20140903.jar
│ │ ├── jetty-server-8.1.16.v20140903.jar
│ │ ├── jetty-servlet-8.1.16.v20140903.jar
│ │ ├── jetty-util-8.1.16.v20140903.jar
│ │ ├── jetty-webapp-8.1.16.v20140903.jar
│ │ ├── jetty-xml-8.1.16.v20140903.jar
│ │ ├── jul-to-slf4j-1.7.6.jar
│ │ ├── logback-access-1.1.2.jar
│ │ ├── logback-classic-1.1.2.jar
│ │ ├── logback-core-1.1.2.jar
│ │ ├── metrics-core-2.2.0.jar
│ │ ├── metrics-jetty-2.2.0.jar
│ │ ├── metrics-logback-2.2.0.jar
│ │ ├── nexus-bootstrap-2.11.3-01.jar
│ │ ├── plexus-interpolation-1.16.jar
│ │ └── slf4j-api-1.7.6.jar
│ ├── LICENSE.txt
│ ├── logs
│ │ └── wrapper.log
│ ├── nexus
│ │ ├── favicon.ico
│ │ ├── favicon.png
│ │ ├── images
│ │ │ ├── header_branding.png
│ │ │ └── nexus200x50.png
│ │ ├── LICENSE.html
│ │ ├── robots.txt
│ │ └── WEB-INF
│ │ ├── bundles
│ │ │ └── bcprov-jdk15on-1.48.jar
│ │ ├── classes
│ │ │ ├── ehcache.xml
│ │ │ ├── META-INF
│ │ │ │ └── sisu
│ │ │ │ └── javax.inject.Named
│ │ │ ├── nexus.properties
│ │ │ └── org
│ │ │ └── sonatype
│ │ │ └── nexus
│ │ │ └── webapp
│ │ │ ├── metrics
│ │ │ │ ├── DeadlockHealthCheckProvider.class
│ │ │ │ ├── HealthCheckMediator.class
│ │ │ │ ├── MetricsModule$1.class
│ │ │ │ ├── MetricsModule$2.class
│ │ │ │ └── MetricsModule.class
│ │ │ ├── WebappBootstrap.class
│ │ │ └── WebappModule.class
│ │ ├── lib
│ │ │ ├── aether-api-1.13.1.jar
│ │ │ ├── aether-impl-1.13.1.jar
│ │ │ ├── aether-spi-1.13.1.jar
│ │ │ ├── aether-util-1.13.1.jar
│ │ │ ├── annotations-12.0.jar
│ │ │ ├── aopalliance-1.0.jar
│ │ │ ├── base-configuration-2.11.3-01.jar
│ │ │ ├── cdi-api-1.0.jar
│ │ │ ├── commons-beanutils-core-1.8.3-SONATYPE.jar
│ │ │ ├── commons-codec-1.8.jar
│ │ │ ├── commons-collections-3.2.1.jar
│ │ │ ├── commons-io-2.4.jar
│ │ │ ├── commons-lang-2.6.jar
│ │ │ ├── ehcache-core-2.5.1.jar
│ │ │ ├── goodies-common-1.9.jar
│ │ │ ├── goodies-eventbus-1.9.jar
│ │ │ ├── goodies-i18n-1.9.jar
│ │ │ ├── goodies-inject-1.9.jar
│ │ │ ├── goodies-lifecycle-1.9.jar
│ │ │ ├── goodies-template-1.9.jar
│ │ │ ├── gossip-bootstrap-1.8.jar
│ │ │ ├── gossip-support-1.8.jar
│ │ │ ├── guava-16.0.1.jar
│ │ │ ├── guice-assistedinject-3.1.10.jar
│ │ │ ├── guice-multibindings-3.1.10.jar
│ │ │ ├── guice-servlet-3.1.10.jar
│ │ │ ├── httpclient-4.3.6.jar
│ │ │ ├── httpcore-4.3.3.jar
│ │ │ ├── jackson-annotations-2.3.1.jar
│ │ │ ├── jackson-core-2.3.1.jar
│ │ │ ├── jackson-databind-2.3.1.jar
│ │ │ ├── javax.inject-1.jar
│ │ │ ├── jcl-over-slf4j-1.7.6.jar
│ │ │ ├── joda-time-2.2.jar
│ │ │ ├── jsoup-1.7.2.jar
│ │ │ ├── jsr250-api-1.0.jar
│ │ │ ├── jsr305-2.0.1.jar
│ │ │ ├── log4j-over-slf4j-1.7.6.jar
│ │ │ ├── mail-1.4.7.jar
│ │ │ ├── maven-model-3.0.5.jar
│ │ │ ├── maven-repository-metadata-3.0.5.jar
│ │ │ ├── metrics-annotation-2.2.0.jar
│ │ │ ├── metrics-guice-2.2.0.jar
│ │ │ ├── metrics-httpclient-2.2.0.jar
│ │ │ ├── metrics-servlet-2.2.0.jar
│ │ │ ├── metrics-web-2.2.0.jar
│ │ │ ├── nexus-configuration-model-2.11.3-01.jar
│ │ │ ├── nexus-core-2.11.3-01.jar
│ │ │ ├── nexus-ehcache-2.11.3-01.jar
│ │ │ ├── nexus-locks-2.11.3-01.jar
│ │ │ ├── nexus-oss-edition-2.11.3-01.jar
│ │ │ ├── nexus-plugin-api-2.11.3-01.jar
│ │ │ ├── nexus-plugin-bundle-model-1.2.jar
│ │ │ ├── nexus-repository-metadata-api-2.11.3-01.jar
│ │ │ ├── nexus-repository-metadata-model-2.11.3-01.jar
│ │ │ ├── nexus-scheduler-2.11.3-01.jar
│ │ │ ├── nexus-security-2.11.3-01.jar
│ │ │ ├── nexus-security-realms-2.11.3-01.jar
│ │ │ ├── org.apache.felix.framework-4.2.1.jar
│ │ │ ├── org.eclipse.sisu.inject-0.2.0.jar
│ │ │ ├── org.eclipse.sisu.plexus-0.2.0.jar
│ │ │ ├── plexus-cipher-1.7.jar
│ │ │ ├── plexus-classworlds-2.4.jar
│ │ │ ├── plexus-component-annotations-1.5.5.jar
│ │ │ ├── plexus-interpolation-1.16.jar
│ │ │ ├── plexus-slf4j-logging-1.1.jar
│ │ │ ├── plexus-utils-3.0.10.jar
│ │ │ ├── shiro-core-1.2.3.jar
│ │ │ ├── shiro-ehcache-1.2.3.jar
│ │ │ ├── shiro-guice-1.2.3.jar
│ │ │ ├── shiro-web-1.2.3.jar
│ │ │ ├── sisu-guice-3.1.10.jar
│ │ │ ├── sisu-mailer-1.8.jar
│ │ │ ├── sisu-resource-scanner-1.1.jar
│ │ │ ├── statemap-6.0.1-java.jar
│ │ │ ├── tika-core-1.7.jar
│ │ │ ├── UserAgentUtils-1.12.jar
│ │ │ ├── velocity-1.7.jar
│ │ │ ├── xmlpull-1.1.3.1.jar
│ │ │ ├── xpp3_min-1.1.4c.jar
│ │ │ └── xstream-1.4.6-SONATYPE-03.jar
│ │ ├── plugin-repository
│ │ │ ├── nexus-analytics-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── analytics-client-1.0.0.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-analytics-plugin-2.11.3-01.jar
│ │ │ ├── nexus-archetype-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── archetype-catalog-2.2.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-archetype-plugin-2.11.3-01.jar
│ │ │ ├── nexus-atlas-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-atlas-plugin-2.11.3-01.jar
│ │ │ ├── nexus-capabilities-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-capabilities-model-2.11.3-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-capabilities-plugin-2.11.3-01.jar
│ │ │ ├── nexus-content-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-content-plugin-2.11.3-01.jar
│ │ │ ├── nexus-crypto-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── bcpg-jdk15on-1.48.jar
│ │ │ │ │ ├── bcpkix-jdk15on-1.48.jar
│ │ │ │ │ ├── bcprov-jdk15on-1.48.jar
│ │ │ │ │ └── goodies-crypto-1.9.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-crypto-plugin-2.11.3-01.jar
│ │ │ ├── nexus-groovy-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── groovy-all-2.1.5.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-groovy-plugin-2.11.3-01.jar
│ │ │ ├── nexus-h2-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── h2-1.3.175.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-h2-plugin-2.11.3-01.jar
│ │ │ ├── nexus-healthcheck-oss-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── com.sonatype.clm.dto.model-1.5.0.jar
│ │ │ │ │ ├── insight-scanner-core-2.2.0.jar
│ │ │ │ │ ├── insight-scanner-model-2.2.0.jar
│ │ │ │ │ ├── insight-scanner-model-io-2.2.0.jar
│ │ │ │ │ ├── nexus-healthcheck-base-2.11.3-01.jar
│ │ │ │ │ └── nexus-healthcheck-model-2.11.3-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-healthcheck-oss-plugin-2.11.3-01.jar
│ │ │ ├── nexus-indexer-lucene-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── indexer-artifact-5.1.2-bf3d48b.jar
│ │ │ │ │ ├── indexer-core-5.1.2-bf3d48b.jar
│ │ │ │ │ ├── jakarta-regexp-1.4.jar
│ │ │ │ │ ├── lucene-core-3.6.2.jar
│ │ │ │ │ ├── lucene-highlighter-3.6.2.jar
│ │ │ │ │ ├── lucene-memory-3.6.2.jar
│ │ │ │ │ ├── lucene-queries-3.6.2.jar
│ │ │ │ │ └── nexus-indexer-lucene-model-2.11.3-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-indexer-lucene-plugin-2.11.3-01.jar
│ │ │ ├── nexus-kazuki-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── antlr-2.7.7.jar
│ │ │ │ │ ├── jackson-dataformat-smile-2.3.0.jar
│ │ │ │ │ ├── jdbi-2.53.jar
│ │ │ │ │ ├── kazuki-db-0.1.8.jar
│ │ │ │ │ └── stringtemplate-3.0.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-kazuki-plugin-2.11.3-01.jar
│ │ │ ├── nexus-ldap-realm-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-ldap-common-2.11.3-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ldap-realm-plugin-2.11.3-01.jar
│ │ │ ├── nexus-logging-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-logging-plugin-2.11.3-01.jar
│ │ │ ├── nexus-lvo-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-lvo-plugin-2.11.3-01.jar
│ │ │ ├── nexus-maven-bridge-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── aether-connector-wagon-1.13.1.jar
│ │ │ │ │ ├── maven-aether-provider-3.0.5.jar
│ │ │ │ │ ├── maven-model-builder-3.0.5.jar
│ │ │ │ │ ├── maven-settings-3.0.5.jar
│ │ │ │ │ ├── maven-settings-builder-3.0.5.jar
│ │ │ │ │ ├── plexus-sec-dispatcher-1.3.jar
│ │ │ │ │ ├── sisu-maven-bridge-3.1.jar
│ │ │ │ │ ├── wagon-file-2.4.jar
│ │ │ │ │ ├── wagon-http-2.1.jar
│ │ │ │ │ ├── wagon-http-lightweight-2.4.jar
│ │ │ │ │ ├── wagon-http-shared4-2.4.jar
│ │ │ │ │ └── wagon-provider-api-2.4.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-maven-bridge-plugin-2.11.3-01.jar
│ │ │ ├── nexus-npm-repository-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── commons-compress-1.9.jar
│ │ │ │ │ ├── concurrentlinkedhashmap-lru-1.4.1.jar
│ │ │ │ │ ├── jackson-dataformat-smile-2.3.1.jar
│ │ │ │ │ ├── jna-4.0.0.jar
│ │ │ │ │ ├── jna-platform-4.0.0.jar
│ │ │ │ │ └── orientdb-core-2.0.9.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-npm-repository-plugin-2.11.3-01.jar
│ │ │ ├── nexus-nuget-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── core4j-0.5.jar
│ │ │ │ │ └── sisu-odata4j-0.0.7.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-nuget-plugin-2.11.3-01.jar
│ │ │ ├── nexus-outreach-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-outreach-plugin-2.11.3-01.jar
│ │ │ ├── nexus-plugin-console-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-plugin-console-plugin-2.11.3-01.jar
│ │ │ ├── nexus-restlet1x-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── commons-fileupload-1.3.1.jar
│ │ │ │ │ ├── com.noelios.restlet-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ │ ├── com.noelios.restlet.ext.servlet-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ │ ├── enunciate-core-1.26.2.jar
│ │ │ │ │ ├── javax.ws.rs-1.0.jar
│ │ │ │ │ ├── nexus-restlet1x-model-2.11.3-01.jar
│ │ │ │ │ ├── nexus-restlet-bridge-2.11.3-01.jar
│ │ │ │ │ ├── org.json-2.0-NEXUS-3758.jar
│ │ │ │ │ ├── org.restlet-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ │ ├── org.restlet.ext.fileupload-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ │ ├── org.restlet.ext.jaxrs-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ │ └── org.restlet.ext.velocity-1.1.6-SONATYPE-5348-V8.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-restlet1x-plugin-2.11.3-01.jar
│ │ │ ├── nexus-rrb-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-rrb-plugin-2.11.3-01.jar
│ │ │ ├── nexus-ruby-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── asm-5.0.3.jar
│ │ │ │ │ ├── asm-analysis-5.0.3.jar
│ │ │ │ │ ├── asm-commons-5.0.3.jar
│ │ │ │ │ ├── asm-tree-5.0.3.jar
│ │ │ │ │ ├── asm-util-5.0.3.jar
│ │ │ │ │ ├── bytelist-1.0.11.jar
│ │ │ │ │ ├── invokebinder-1.2.jar
│ │ │ │ │ ├── jcodings-1.0.10.jar
│ │ │ │ │ ├── jffi-1.2.7.jar
│ │ │ │ │ ├── jffi-1.2.7-native.jar
│ │ │ │ │ ├── jnr-constants-0.8.6.jar
│ │ │ │ │ ├── jnr-enxio-0.4.jar
│ │ │ │ │ ├── jnr-ffi-2.0.1.jar
│ │ │ │ │ ├── jnr-netdb-1.1.2.jar
│ │ │ │ │ ├── jnr-posix-3.0.9.jar
│ │ │ │ │ ├── jnr-unixsocket-0.3.jar
│ │ │ │ │ ├── jnr-x86asm-1.0.2.jar
│ │ │ │ │ ├── joni-2.1.3.jar
│ │ │ │ │ ├── jruby-core-1.7.19.jar
│ │ │ │ │ ├── jruby-stdlib-1.7.19.jar
│ │ │ │ │ ├── jzlib-1.1.3.jar
│ │ │ │ │ ├── nailgun-server-0.9.1.jar
│ │ │ │ │ ├── nexus-ruby-tools-2.11.3-01.jar
│ │ │ │ │ ├── options-1.2.jar
│ │ │ │ │ └── snakeyaml-1.13.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ruby-plugin-2.11.3-01.jar
│ │ │ ├── nexus-rutauth-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-rutauth-plugin-2.11.3-01.jar
│ │ │ ├── nexus-siesta-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── asm-3.1.jar
│ │ │ │ │ ├── FastInfoset-1.2.12.jar
│ │ │ │ │ ├── istack-commons-runtime-2.16.jar
│ │ │ │ │ ├── jacksbee-runtime-1.3.jar
│ │ │ │ │ ├── jackson-jaxrs-base-2.3.1.jar
│ │ │ │ │ ├── jackson-jaxrs-json-provider-2.3.1.jar
│ │ │ │ │ ├── jackson-module-jaxb-annotations-2.3.1.jar
│ │ │ │ │ ├── jaxb-core-2.2.8-b01.jar
│ │ │ │ │ ├── jaxb-impl-2.2.8-b01.jar
│ │ │ │ │ ├── jersey-apache-client4-1.17.1.jar
│ │ │ │ │ ├── jersey-client-1.17.1.jar
│ │ │ │ │ ├── jersey-core-1.17.1.jar
│ │ │ │ │ ├── jersey-guice-1.17.1.jar
│ │ │ │ │ ├── jersey-multipart-1.17.1.jar
│ │ │ │ │ ├── jersey-server-1.17.1.jar
│ │ │ │ │ ├── jersey-servlet-1.17.1.jar
│ │ │ │ │ ├── jsr311-api-1.1.1.jar
│ │ │ │ │ ├── mimepull-1.9.3.jar
│ │ │ │ │ ├── siesta-client-1.7.jar
│ │ │ │ │ ├── siesta-common-1.7.jar
│ │ │ │ │ ├── siesta-jackson-1.7.jar
│ │ │ │ │ ├── siesta-server-1.7.jar
│ │ │ │ │ └── validation-api-1.1.0.Final.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-siesta-plugin-2.11.3-01.jar
│ │ │ ├── nexus-site-repository-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-site-repository-plugin-2.11.3-01.jar
│ │ │ ├── nexus-timeline-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── jdom-1.0.jar
│ │ │ │ │ ├── lucene-core-3.6.2.jar
│ │ │ │ │ ├── protobuf-java-2.3.0.jar
│ │ │ │ │ └── rome-0.9.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-timeline-plugin-2.11.3-01.jar
│ │ │ ├── nexus-ui-extjs3-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ui-extjs3-plugin-2.11.3-01.jar
│ │ │ ├── nexus-webresources-plugin-2.11.3-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-webresources-plugin-2.11.3-01.jar
│ │ │ ├── nexus-wonderland-plugin-2.11.3-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-wonderland-model-2.11.3-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-wonderland-plugin-2.11.3-01.jar
│ │ │ └── nexus-yum-repository-plugin-2.11.3-01
│ │ │ ├── dependencies
│ │ │ │ └── commons-exec-1.1.jar
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ └── nexus-yum-repository-plugin-2.11.3-01.jar
│ │ └── web.xml
│ ├── NOTICE.txt
│ └── tmp
│ ├── jetty-0.0.0.0-8081-nexus-_nexus-any-
│ ├── nexus-ehcache
│ │ └── shiro-activeSessionCache.data
│ └── outreach
│ ├── 0307428496ebe0f2a037e234754ce8222b174096
│ ├── 0307428496ebe0f2a037e234754ce8222b174096.metadata
│ ├── 9ef97013fb2445f98980761e3ede2bd263f05b90
│ └── 9ef97013fb2445f98980761e3ede2bd263f05b90.metadata
└── sonatype-work
├── nexus
│ ├── backup
│ │ └── npm
│ ├── conf
│ │ ├── capabilities.xml
│ │ ├── logback-nexus.xml
│ │ ├── logback.properties
│ │ ├── logback.xml
│ │ ├── lvo-plugin.xml
│ │ ├── nexus.xml
│ │ ├── security-configuration.xml
│ │ └── security.xml
│ ├── db
│ │ ├── analytics
│ │ └── npm
│ │ ├── database.ocf
│ │ ├── default.cpm
│ │ ├── default.pcl
│ │ ├── dictionary.sbt
│ │ ├── dirty.fl
│ │ ├── index.cpm
│ │ ├── index.pcl
│ │ ├── internal.cpm
│ │ ├── internal.pcl
│ │ ├── manindex.cpm
│ │ ├── manindex.pcl
│ │ ├── name_id_map.cm
│ │ ├── npm.0.wal
│ │ ├── npm.wmr
│ │ ├── ofunction.cpm
│ │ ├── ofunction.pcl
│ │ ├── orids.cpm
│ │ ├── orids.pcl
│ │ ├── orole.cpm
│ │ ├── ORole.name.sbt
│ │ ├── orole.pcl
│ │ ├── oschedule.cpm
│ │ ├── oschedule.pcl
│ │ ├── ouser.cpm
│ │ ├── OUser.name.sbt
│ │ ├── ouser.pcl
│ │ ├── packageroot.componentId0.hib
│ │ ├── packageroot.componentId.him
│ │ ├── packageroot.componentId.hit
│ │ ├── packageroot.cpm
│ │ ├── packageroot.pagedRepositoryId.sbt
│ │ └── packageroot.pcl
│ ├── felix-cache
│ │ ├── bundle0
│ │ │ └── bundle.id
│ │ ├── bundle1
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ └── revision.location
│ │ ├── bundle10
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-atlas-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-atlas-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle11
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-capabilities-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-capabilities-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle12
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-healthcheck-oss-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-healthcheck-oss-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle13
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-content-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-content-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle14
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-restlet1x-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-restlet1x-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle15
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-nuget-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-nuget-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle16
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-plugin-console-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-plugin-console-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle17
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-lvo-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-lvo-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle18
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-analytics-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-analytics-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle19
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-npm-repository-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-npm-repository-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle2
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-crypto-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-crypto-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle20
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-outreach-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-outreach-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle21
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-indexer-lucene-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-indexer-lucene-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle22
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-archetype-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-archetype-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle23
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-timeline-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-timeline-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle24
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-yum-repository-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-yum-repository-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle25
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-ruby-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-ruby-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle26
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-rutauth-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-rutauth-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle27
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-site-repository-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-site-repository-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle28
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-rrb-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-rrb-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle29
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-ldap-realm-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-ldap-realm-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle3
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-groovy-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-groovy-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle30
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-logging-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-logging-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle31
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-maven-bridge-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-maven-bridge-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle4
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-webresources-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-webresources-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle5
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-ui-extjs3-plugin-2.11.3-01-embedded
│ │ │ │ └── nexus-ui-extjs3-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle6
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-siesta-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-siesta-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle7
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-h2-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-h2-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle8
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-kazuki-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-kazuki-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ ├── bundle9
│ │ │ ├── bundle.info
│ │ │ └── version0.0
│ │ │ ├── nexus-wonderland-plugin-2.11.3-01-embedded
│ │ │ │ ├── dependencies
│ │ │ │ └── nexus-wonderland-plugin-2.11.3-01.jar
│ │ │ └── revision.location
│ │ └── cache.lock
│ ├── health-check
│ ├── indexer
│ │ ├── apache-snapshots-ctx
│ │ │ ├── _1.cfs
│ │ │ ├── segments_3
│ │ │ ├── segments.gen
│ │ │ └── write.lock
│ │ ├── central-ctx
│ │ │ ├── _4.cfs
│ │ │ ├── nexus-maven-repository-index-packer.properties
│ │ │ ├── segments_6
│ │ │ ├── segments.gen
│ │ │ └── write.lock
│ │ ├── codehaus-snapshots-ctx
│ │ │ ├── _1.cfs
│ │ │ ├── segments_3
│ │ │ ├── segments.gen
│ │ │ └── write.lock
│ │ ├── public-ctx
│ │ │ └── nexus-maven-repository-index-packer.properties
│ │ ├── releases-ctx
│ │ │ ├── _4.cfs
│ │ │ ├── nexus-maven-repository-index-packer.properties
│ │ │ ├── segments_6
│ │ │ ├── segments.gen
│ │ │ └── write.lock
│ │ ├── snapshots-ctx
│ │ │ ├── _4.cfs
│ │ │ ├── nexus-maven-repository-index-packer.properties
│ │ │ ├── segments_6
│ │ │ ├── segments.gen
│ │ │ └── write.lock
│ │ └── thirdparty-ctx
│ │ ├── _4.cfs
│ │ ├── nexus-maven-repository-index-packer.properties
│ │ ├── segments_6
│ │ ├── segments.gen
│ │ └── write.lock
│ ├── logs
│ │ ├── nexus.log
│ │ ├── nexus.log.2015-06-14.gz
│ │ ├── request.log
│ │ └── request.log.2015-06-14.gz
│ ├── nexus.lock
│ ├── nuget
│ │ └── odata.h2.db
│ ├── plugin-repository
│ ├── storage
│ │ ├── apache-snapshots
│ │ │ └── archetype-catalog.xml
│ │ ├── central
│ │ │ └── archetype-catalog.xml
│ │ ├── central-m1
│ │ ├── codehaus-snapshots
│ │ │ └── archetype-catalog.xml
│ │ ├── public
│ │ │ └── archetype-catalog.xml
│ │ ├── releases
│ │ │ └── archetype-catalog.xml
│ │ ├── snapshots
│ │ │ └── archetype-catalog.xml
│ │ └── thirdparty
│ │ └── archetype-catalog.xml
│ └── timeline
│ ├── index
│ │ ├── _0.fdt
│ │ ├── _0.fdx
│ │ ├── _0.fnm
│ │ ├── _0.frq
│ │ ├── _0.nrm
│ │ ├── _0.prx
│ │ ├── _0.tii
│ │ ├── _0.tis
│ │ ├── _1.fdt
│ │ ├── _1.fdx
│ │ ├── _1.fnm
│ │ ├── _1.frq
│ │ ├── _1.nrm
│ │ ├── _1.prx
│ │ ├── _1.tii
│ │ ├── _1.tis
│ │ ├── _2.fdt
│ │ ├── _2.fdx
│ │ ├── _2.fnm
│ │ ├── _2.frq
│ │ ├── _2.nrm
│ │ ├── _2.prx
│ │ ├── _2.tii
│ │ ├── _2.tis
│ │ ├── _3.fdt
│ │ ├── _3.fdx
│ │ ├── _3.fnm
│ │ ├── _3.frq
│ │ ├── _3.nrm
│ │ ├── _3.prx
│ │ ├── _3.tii
│ │ ├── _3.tis
│ │ ├── _4.fdt
│ │ ├── _4.fdx
│ │ ├── _4.fnm
│ │ ├── _4.frq
│ │ ├── _4.nrm
│ │ ├── _4.prx
│ │ ├── _4.tii
│ │ ├── _4.tis
│ │ ├── _5.fdt
│ │ ├── _5.fdx
│ │ ├── _5.fnm
│ │ ├── _5.frq
│ │ ├── _5.nrm
│ │ ├── _5.prx
│ │ ├── _5.tii
│ │ ├── _5.tis
│ │ ├── segments_7
│ │ ├── segments.gen
│ │ └── write.lock
│ └── persist
│ ├── timeline.2015-06-14.23-25-37+0800-v3.dat
│ └── timeline.2015-06-14.23-32-12+0800-v3.dat
└── README.txt
293 directories, 551 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论