Why does it work then for the other artifacts?

<dependency>
                <groupId>org.apache.struts</groupId>
<artifactId>struts2-freemarker-jakarta</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.struts</groupId>
                <artifactId>struts2-core</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
                <version>${project.version}</version>
</dependency>

Seems to be the newer jars, are the maven details correct?

On 26/02/2024 06:28, Lukasz Lenart wrote:
niedz., 25 lut 2024 o 11:57 Greg Huber <gregh3...@gmail.com> napisał(a):
Also building in eclipse I get these strange errors

Missing artifact org.apache.struts:struts2-freemarker-jakarta:jar:7.0.0-M3
It's because the artifacts are transformed during build and the IDE
doesn't see them. Here is an example how to overcome this problem to
run unit tests from within the IDE
https://github.com/apache/struts/pull/871


Regards
Ł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