Archiva Base :: Artifact Converter

Converts between Legacy and Modern Layout Artifacts.

Лицензия

Лицензия

Группа

Группа

org.apache.archiva
Идентификатор

Идентификатор

archiva-artifact-converter
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Archiva Base :: Artifact Converter
Converts between Legacy and Modern Layout Artifacts.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать archiva-artifact-converter

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-repository-metadata jar 3.0.5
commons-io : commons-io jar 2.4
org.apache.maven : maven-artifact jar 2.0.8
org.apache.maven : maven-artifact-manager jar 2.0.8
org.apache.archiva : archiva-plexus-bridge jar 2.1.0
org.apache.archiva : archiva-transaction jar 2.1.0
org.springframework : spring-context jar 4.0.6.RELEASE
org.apache.maven.shared : maven-model-converter jar 2.1

test (5)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.7
org.apache.archiva : archiva-test-utils jar 2.1.0
junit : junit jar 4.11
org.easymock : easymock jar 3.2
org.easymock : easymockclassextension jar 3.2

Модули Проекта

Данный проект не имеет модулей.

Apache Archiva

Licensing information

Archiva is developed under the Apache License Version 2.0

Please notice, the download distribution includes third party Java libraries that are not covered by Apache license, namely:

  • Common Development and Distribution License (CDDL)
  • Mozilla License
  • Day Specification License

Archiva Development

To get involved in Archiva development, contact dev@archiva.apache.org.

NOTE: you will need a MAVEN_OPTS with some memory setup as sample:
export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m"

Running from Source Code

As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile mvn jetty:run -pl :archiva-webapp -am (to save fingers :-) use sh ./jetty.sh ) (debug with sh ./jetty-debug.sh, debug port is 8000)

hit your browser: http://localhost:9091/archiva/index.html

Test Registration email

Redback can send email on registration. By default the mail jndi si configured to use localhost. You can use your gmail accout for testing purpose. In your ~/.m2/settings.xml file add a property with a path to a tomcat context file:

<tomcatContextXml>/Users/olamy/dev/tomcat-context-archiva-gmail.xml</tomcatContextXml>

This file must contains:

<Context path="/archiva">
  <Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
            username="sa"
            password=""
            driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
            url="jdbc:derby:${catalina.base}/target/database/users;create=true"
  />
  <Resource name="mail/Session" auth="Container"
          type="javax.mail.Session"
          mail.smtp.host="smtp.gmail.com"
          mail.smtp.port="465"
          mail.smtp.auth="true"
          mail.smtp.user="your gmail account"
          password="your gmail password"
          mail.smtp.starttls.enable="true"
          mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"/>

</Context>

Using with cassandra as metadata storage

You can run the application using cassandra as storage.

sh ./jetty.sh -Pcassandra

Default cassandra host is localhost and port 9160

You can override using:

  • -Dcassandra.host=
  • -Dcassandra.port=
org.apache.archiva

The Apache Software Foundation

Версии библиотеки

Версия
2.1.0
2.0.1
2.0.0
1.4-M4
1.4-M3
1.4-M2
1.4-M1
1.3.9
1.3.8
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3
1.2.2
1.2.1
1.2
1.2-M1
1.1.4
1.1.3
1.1.2
1.1.1
1.1