Re: [TEST] Apache Struts 7.0.0-M3 test build is ready
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>