Hello,

sorry - command is
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=myproject
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false

But problem remains:

$ mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=myproject
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] Archetype defined by properties
[INFO]
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype:
wicket-archetype-quickstart:7.6.0
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: com.mycompany
[INFO] Parameter: artifactId, Value: myproject
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: package, Value: com.mycompany
[INFO] Parameter: packageInPathFormat, Value: com/mycompany
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: package, Value: com.mycompany
[INFO] Parameter: groupId, Value: com.mycompany
[INFO] Parameter: log4j.properties, Value: log4j2.xml
[INFO] Parameter: artifactId, Value: myproject
[INFO] project created from Archetype in dir: /tmp/myproject
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.782s
[INFO] Finished at: Mon Jan 30 17:43:47 CET 2017
[INFO] Final Memory: 14M/205M
[INFO]
------------------------------------------------------------------------
jan@Daisy:/tmp$ cd myproject/
jan@Daisy:/tmp/myproject$ mvn install
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building quickstart 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT
is missing, no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.306s
[INFO] Finished at: Mon Jan 30 17:43:53 CET 2017
[INFO] Final Memory: 6M/115M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project myproject: Could not resolve
dependencies for project com.mycompany:myproject:war:1.0-SNAPSHOT:
Failure to find org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


Am 01/30/2017 um 05:42 PM schrieb Jan Lühr:
> Hallo,
> 
> 
> Am 01/30/2017 um 05:32 PM schrieb Tobias Soloschenko:
>> Oh, I checked it twice, now. You are right Martin there seems something
>> wrong with the complete build.
>>
>> I compared master with wicket-7.x and the only thing which changes is
>> the artifactId.
>>
>> What I also noticed it that the 7.x folder is not created anymore at my
>> local build. Can you confirm this? (even with profile guide)
> 
> Well.... why is 7.5-SNAPSHOT referenced in the 7.6 archetype?
> 
> mvn archetype:generate -DarchetypeCatalog=http://wicket.apache.org
> ....
> mvn package
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building quickstart 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT
> is missing, no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.335s
> [INFO] Finished at: Mon Jan 30 17:42:21 CET 2017
> [INFO] Final Memory: 6M/115M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project myproject: Could not resolve
> dependencies for project com.mycompany:myproject:war:1.0-SNAPSHOT:
> Failure to find org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT in
> https://repository.apache.org/content/repositories/snapshots/ was cached
> in the local repository, resolution will not be reattempted until the
> update interval of Apache Nexus has elapsed or updates are forced ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> 
> 

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to