On Fri, Apr 12, 2013 at 01:09:45AM -0700, Meron Mesfin wrote:
>   as i told you last time about the issue i have when i install maven and run 
> "mvn archetype:generate" here is the displayed command but please do not be 
> offended with my question  its because am a new user of Dspace and try to 
> help me .please

No offense taken.  But you are doing something that is not necessary,
and that is causing your current problem.

'mvn install' is part of installing DSpace.  This step builds the
installation package which will be used by 'ant' in a later step.

'mvn archetype:generate' is not part of installing DSpace.

To install DSpace, follow the instructions at:

  https://wiki.duraspace.org/display/DSDOC3x/Installation

Those instructions are for DSpace 3.0 or 3.1.  If for some reason you
need to install an earlier version, select the matching documentation
from the list at:

  
https://wiki.duraspace.org/display/DSPACE/DSpaceResources#DSpaceResources-DSpaceSystemDocumentation

> 748: remote -> uk.ac.rdg.resc:edal-ncwms-based-webapp (-)
> Choose a number or apply filter (format: [groupId:]artifactId, case sensitive 
> co
> ntains): 254:
> Choose org.apache.maven.archetypes:maven-archetype-quickstart version:
> 1: 1.0-alpha-1
> 2: 1.0-alpha-2
> 3: 1.0-alpha-3
> 4: 1.0-alpha-4
> 5: 1.0
> 6: 1.1
> Choose a number: 6: 6
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/archetypes/maven-arc
> hetype-quickstart/1.1/maven-archetype-quickstart-1.1.jar
> 6K downloaded  (maven-archetype-quickstart-1.1.jar)
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/archetypes/maven-arc
> hetype-quickstart/1.1/maven-archetype-quickstart-1.1.pom
> 1K downloaded  (maven-archetype-quickstart-1.1.pom)
> Define value for property 'groupId': :
> Define value for property 'artifactId': :
> Define value for property 'version': 1.0-SNAPSHOT:
> Define value for property 'package': :
> [WARNING] Archetype is not fully configured
> Define value for property 'groupId': :
> 
> do you have any idea what it means(groupid,artifact..)

Yes.  groupId, artifactId, and version, taken together, identify an
"artifact".  Maven consumes some artifacts and produces others.

'mvn archetype:generate' is used to initialize the directory tree in
which you intend to write the code which will become a new artifact.

> or do you have same experience with this kind of thing when installing 
> dspace. 

I don't experience this when installing DSpace, because 'mvn
archetype:generate' is not something one does when installing DSpace.

-- 
Mark H. Wood, Lead System Programmer   [email protected]
There's an app for that:  your browser

Attachment: pgpzMYoyysXH_.pgp
Description: PGP signature

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to