Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Eclipse Scout Boot - Maven Repository
Eclipse Scout Boot - Maven Repository [message #1773786] Wed, 04 October 2017 15:52 Go to next message
Peter Pfeifer is currently offline Peter PfeiferFriend
Messages: 213
Registered: November 2014
Senior Member

Hi there,

I was wondering if the maven repository as it is used on the Scout Boot Example
### Generate standard Project from Archetype

mvn archetype:generate \
-B \
-DarchetypeGroupId=org.eclipse.scout.boot \
-DarchetypeArtifactId=scout-boot-archetype-standard  \
-DarchetypeVersion=7.0.0.008_Oxygen \
-DgroupId=com.bsiag.demo  \
-DartifactId=tasks \
-Dversion=1.0-SNAPSHOT

is already available? Because when I try to invoke this command above I always get the exception below.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.eclipse.scout.boot:scout-boot-archetype-standard:7.0.0.008_Oxygen) -> [Help 1]

What can I do to get this working?

Regards, Peter
Re: Eclipse Scout Boot - Maven Repository [message #1773794 is a reply to message #1773786] Wed, 04 October 2017 17:01 Go to previous messageGo to next message
Arthur van Dorp is currently offline Arthur van DorpFriend
Messages: 48
Registered: October 2015
Member
I don't see it on maven central. i'd say you would have to check it out from github to try it.
Re: Eclipse Scout Boot - Maven Repository [message #1773948 is a reply to message #1773794] Sat, 07 October 2017 04:49 Go to previous messageGo to next message
Peter Pfeifer is currently offline Peter PfeiferFriend
Messages: 213
Registered: November 2014
Senior Member

Hi.

That's what I found out too :) So the questions are:


  • Will it be available there at some time?
  • How are those examples on the github page supposed to work?


Regards, Peter
Re: Eclipse Scout Boot - Maven Repository [message #1776126 is a reply to message #1773948] Sun, 12 November 2017 18:20 Go to previous message
Peter Pfeifer is currently offline Peter PfeiferFriend
Messages: 213
Registered: November 2014
Senior Member

Hi there,

thanks. Finally managed to use the archetype. Being a maven newbie is somehow hard. But I managed it. Thanks to the hint with checking it out and then do a maven install.

Peter
Previous Topic:Eclipse for Scout Developers 4.7.20171009-0410 - NoSuchFileException
Next Topic:[Oxygen] Copy & Paste of Table Rows
Goto Forum:
  


Current Time: Wed Feb 05 06:43:44 GMT 2025

Powered by FUDForum. Page generated in 0.06265 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top