Yes, Greg. It's a "normal" behavior, we're trying to release
velocity-master (it's just a parent pom gathering some infos),
velocity-engine and velocity-tools in the same process. So you *have* to
clone and install manually velocity-master-4 in your local repository
before trying to use 2.3, with commands like :
$ git clone --branch velocity-master-4
https://github.com/apache/velocity-master.git
$ cd velocity-master
$ mvn install
On 21-02-28 09 h 04, Greg Huber wrote:
Previously I have used the below for maven, now I get
[ERROR] Failed to execute goal on project events: Could not resolve
dependencies for project my.war: Failed to collect dependencies at
org.apache.velocity:velocity-engine-core:jar:2.3: Failed to read
artifact descriptor for
org.apache.velocity:velocity-engine-core:jar:2.3: Could not find
artifact org.apache.velocity:velocity-master:pom:4 in
velocity.snapshots
(https://repository.apache.org/content/repositories/orgapachevelocity-1036/)
-> [Help 1]
<repository>
<id>velocity.snapshots</id>
<name>ASF Maven 2 Snapshot</name>
<url>https://repository.apache.org/content/repositories/orgapachevelocity-1036/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
Any ideas, I have removed the .m2 velocity folder before the build.
On 27/02/2021 13:13, Claude Brisson wrote:
The test build of Velocity Engine 2.3 RC1 is available.
No determination as to the quality ('alpha,' 'beta,' or 'GA') of
Velocity Engine 2.3 RC1 has been made, and at this time it is simply
a "test build". We welcome any comments you may have, and will take
all feedback into account if a quality vote is called for this build.
Release notes:
*
https://dist.apache.org/repos/dist/dev/velocity/velocity-engine/2.3/release-notes.html
Distribution:
* https://dist.apache.org/repos/dist/dev/velocity/velocity-engine/2.3/
Maven 2 staging repository:
*
https://repository.apache.org/content/repositories/orgapachevelocity-1036
Documentation:
* http://velocity.apache.org/engine/2.3/
Sources:
* https://gitbox.apache.org/repos/asf?p=velocity-engine.git
* https://github.com/apache/velocity-engine
A vote regarding the quality of this test build will be initiated soon.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org