If I add the staging to the struts pom it builds correctly. There must be something in the way these new jakarta dependancies are configured.

<repositories>
    <repository>
        <id>apache.staging</id>
        <name>ASF Maven 2 Staging</name>
<url>https://repository.apache.org/content/groups/staging/</url>
        <releases>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
            <checksumPolicy>warn</checksumPolicy>
        </releases>
    </repository>
</repositories>

Other than this it works great.

On 11/12/2024 11:51, Lukasz Lenart wrote:
śr., 11 gru 2024 o 12:48 Greg Huber <gregh3...@gmail.com> napisał(a):
For me its tiles

<dependency>
      <groupId>org.apache.struts</groupId>
      <artifactId>struts2-tiles-plugin</artifactId>
      <version>${org.apache.struts.version}</version>
</dependency>

So I have to now include these jarkarta jars also?
But do you want to use Velocity with Tiles? If yes you should include
the Velocity plugin and the jars

btw it creates the folder in .m2 but there are no jars.
Maybe it's blocked by firewall/antivirus?

Cheers
Łukasz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to