I am trying to build tiles in eclipse I get this pesky error, since v7, the fix was to use the snapshot versions hardcoded.  The fact that it creates the .m2 folder but with no jars have these been made public?

Failed to execute mojo org.apache.felix:maven-bundle-plugin:5.1.9:manifest {execution: bundle-manifest} (org.apache.felix:maven-bundle-plugin:5.1.9:manifest:bundle-manifest:process-classes)

org.eclipse.core.runtime.CoreException: Failed to execute mojo org.apache.felix:maven-bundle-plugin:5.1.9:manifest {execution: bundle-manifest}     at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeMojo(MavenExecutionContext.java:404)     at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.lambda$2(MavenExecutionContext.java:355)     at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:458)     at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:339)     at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:354)     at org.eclipse.m2e.core.project.configurator.MojoExecutionBuildParticipant.build(MojoExecutionBuildParticipant.java:57)
    at

org.eclipse.m2e.pde.connector.PDEMavenBundlePluginConfigurator$ClasspathSynchronizer.build(PDEMavenBundlePluginConfigurator.java:219)
    at org.eclipse.m2e.core.internal.builder.MavenBuilderImpl.lambda$2(MavenBuilderImpl.java:159)
    at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986)
    at org.eclipse.m2e.core.internal.builder.MavenBuilderImpl.build(MavenBuilderImpl.java:139)     at org.eclipse.m2e.core.internal.builder.MavenBuilder$1.method(MavenBuilder.java:164)

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