]> source.dussan.org Git - archiva.git/commit
o creating an interface for a tool that generally runs plexus components from a CLI...
authorJason van Zyl <jvanzyl@apache.org>
Sun, 19 Nov 2006 04:42:34 +0000 (04:42 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Sun, 19 Nov 2006 04:42:34 +0000 (04:42 +0000)
commit16851b5a14b8ff9cf766a7cfab86c7df05a24bf6
treedc7cdc50ca38ccb492bc631c3bd74c3209a8420f
parenta45320f77c38d583565811c191703662e25d1531
o creating an interface for a tool that generally runs plexus components from a CLI interface
  I will try and merge this with John's CLIng, but this assumes everything is in the classpath already
  and doesn't use a Maven repository like CLIng. I'm just create 4-5 different CLI interfaces for Plexus
  stuff and I'm getting tired of doing the same thing over and over again.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@476704 13f79535-47bb-0310-9956-ffa450edef68
archiva-cli/src/main/java/org/apache/maven/archiva/cli/AbstractCli.java [new file with mode: 0644]
archiva-cli/src/main/java/org/apache/maven/archiva/cli/ArchivaCli.java [new file with mode: 0644]
archiva-cli/src/main/java/org/apache/maven/archiva/cli/Cli.java
archiva-cli/src/main/java/org/apache/maven/archiva/cli/CliManager.java [deleted file]