实例介绍
Maven私服搭建工具,nexus安装包,解压后用命令行安装
【实例截图】
【核心代码】
7594ac5c-66aa-419b-ad91-3fe32bdb6447
└── nexus-2.12.0
├── nexus-2.12.0-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.12.0-01.jar
│ │ ├── plexus-interpolation-1.16.jar
│ │ └── slf4j-api-1.7.6.jar
│ ├── LICENSE.txt
│ ├── nexus
│ │ ├── favicon.ico
│ │ ├── favicon.png
│ │ ├── images
│ │ │ ├── header_branding.png
│ │ │ └── nexus650x55.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.12.0-01.jar
│ │ │ ├── cdi-api-1.0.jar
│ │ │ ├── commons-beanutils-core-1.8.3-SONATYPE.jar
│ │ │ ├── commons-codec-1.8.jar
│ │ │ ├── commons-collections-3.2.2.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.12.0-01.jar
│ │ │ ├── nexus-core-2.12.0-01.jar
│ │ │ ├── nexus-ehcache-2.12.0-01.jar
│ │ │ ├── nexus-locks-2.12.0-01.jar
│ │ │ ├── nexus-oss-edition-2.12.0-01.jar
│ │ │ ├── nexus-plugin-api-2.12.0-01.jar
│ │ │ ├── nexus-plugin-bundle-model-1.2.jar
│ │ │ ├── nexus-repository-metadata-api-2.12.0-01.jar
│ │ │ ├── nexus-repository-metadata-model-2.12.0-01.jar
│ │ │ ├── nexus-scheduler-2.12.0-01.jar
│ │ │ ├── nexus-security-2.12.0-01.jar
│ │ │ ├── nexus-security-realms-2.12.0-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.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── analytics-client-1.0.0.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-analytics-plugin-2.12.0-01.jar
│ │ │ ├── nexus-archetype-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── archetype-catalog-2.2.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-archetype-plugin-2.12.0-01.jar
│ │ │ ├── nexus-atlas-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-atlas-plugin-2.12.0-01.jar
│ │ │ ├── nexus-capabilities-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-capabilities-model-2.12.0-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-capabilities-plugin-2.12.0-01.jar
│ │ │ ├── nexus-content-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-content-plugin-2.12.0-01.jar
│ │ │ ├── nexus-crypto-plugin-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-groovy-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── groovy-all-2.4.4.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-groovy-plugin-2.12.0-01.jar
│ │ │ ├── nexus-h2-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── h2-1.3.175.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-h2-plugin-2.12.0-01.jar
│ │ │ ├── nexus-healthcheck-oss-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── com.sonatype.clm.dto.model-1.5.5.jar
│ │ │ │ │ ├── insight-scanner-core-2.3.1.jar
│ │ │ │ │ ├── insight-scanner-model-2.3.1.jar
│ │ │ │ │ ├── insight-scanner-model-io-2.3.1.jar
│ │ │ │ │ ├── nexus-healthcheck-base-2.12.0-01.jar
│ │ │ │ │ └── nexus-healthcheck-model-2.12.0-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-healthcheck-oss-plugin-2.12.0-01.jar
│ │ │ ├── nexus-indexer-lucene-plugin-2.12.0-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.12.0-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-indexer-lucene-plugin-2.12.0-01.jar
│ │ │ ├── nexus-kazuki-plugin-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-ldap-realm-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-ldap-common-2.12.0-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ldap-realm-plugin-2.12.0-01.jar
│ │ │ ├── nexus-logging-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-logging-plugin-2.12.0-01.jar
│ │ │ ├── nexus-lvo-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-lvo-plugin-2.12.0-01.jar
│ │ │ ├── nexus-maven-bridge-plugin-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-npm-repository-plugin-2.12.0-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.1.7.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-npm-repository-plugin-2.12.0-01.jar
│ │ │ ├── nexus-nuget-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ ├── core4j-0.5.jar
│ │ │ │ │ └── sisu-odata4j-0.0.7.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-nuget-plugin-2.12.0-01.jar
│ │ │ ├── nexus-outreach-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-outreach-plugin-2.12.0-01.jar
│ │ │ ├── nexus-plugin-console-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-plugin-console-plugin-2.12.0-01.jar
│ │ │ ├── nexus-restlet1x-plugin-2.12.0-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.12.0-01.jar
│ │ │ │ │ ├── nexus-restlet-bridge-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-rrb-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-rrb-plugin-2.12.0-01.jar
│ │ │ ├── nexus-ruby-plugin-2.12.0-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.12.0-01.jar
│ │ │ │ │ ├── options-1.2.jar
│ │ │ │ │ └── snakeyaml-1.13.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ruby-plugin-2.12.0-01.jar
│ │ │ ├── nexus-rutauth-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-rutauth-plugin-2.12.0-01.jar
│ │ │ ├── nexus-siesta-plugin-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-site-repository-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-site-repository-plugin-2.12.0-01.jar
│ │ │ ├── nexus-timeline-plugin-2.12.0-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.12.0-01.jar
│ │ │ ├── nexus-ui-extjs3-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-ui-extjs3-plugin-2.12.0-01.jar
│ │ │ ├── nexus-webresources-plugin-2.12.0-01
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-webresources-plugin-2.12.0-01.jar
│ │ │ ├── nexus-wonderland-plugin-2.12.0-01
│ │ │ │ ├── dependencies
│ │ │ │ │ └── nexus-wonderland-model-2.12.0-01.jar
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── nexus-wonderland-plugin-2.12.0-01.jar
│ │ │ └── nexus-yum-repository-plugin-2.12.0-01
│ │ │ ├── dependencies
│ │ │ │ └── commons-exec-1.1.jar
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ └── nexus-yum-repository-plugin-2.12.0-01.jar
│ │ └── web.xml
│ └── NOTICE.txt
└── sonatype-work
└── README.txt
114 directories, 346 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论