Dear Wiki user, You have subscribed to a wiki page or wiki category on "Gump Wiki" for change notification.
The following page has been changed by LeoSimons: http://wiki.apache.org/gump/ArtifactRepository The comment on the change is: concept replaced with Gump3 persistence engine ------------------------------------------------------------------------------ - = Artifact Repository = + deleted - /!\ '''WORK IN PROGRESS''' /!\ - - == Overview == - - Gump consumes and produces artifacts (today, typically JAR files of Java code). Providing access to the artefact repository that Gump produces has a number of benefits. Providing Gump with access to alternate artifact repositories (not just it's packaged projects area) has yet more. - - ---- - - == Gump Artifact Repository == - - Gump currently generates artefacts and stores them in a hierarchical directory structure, ala ASF Repository Format (although more Maven Repository Format w/o the .MD5s 'yet'). These artifacts can be made available online, and become available for "cascading Gumps" to download. - - == Gump Accessing Artifacts == - - Gump currently takes "packages" from it's local repository of installed packages. This is a manually maintained 'repository', with manual metadata changes made to point to these entries. This capability is needed when (for licensing reason) one may not download artifacts, but for other cases is too much manual effort. - - - === Metadata Changes === - - Gump recognized CVS and SVN repositories (that contain source code/projects). Adding a third 'Artifact' repository is proposed. The artifact repository is available to be read/queried by an artifact downloader tool. This repository type is - - {{{ - <repository name="artifact_repository1" type="artifact"> - <title>Artifact Repository 1</title> - <home-page>http://gump.apache.org/</home-page> - <url>http://gump.apache.org/repository</url> - <redistributable/> - </repository> - }}} - - ==== Depot ==== - - [http://incubator.apache.org/depot/update Apache Depot] is one tool for downloading artifacts. - - ==== Module Action ==== - - There are two choices of module action : - - || '''choice''' || '''action''' || - || cascade || Get from an upstream Gump. || - || update || Get from the CVS|SVN|Jars repository. || - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
