Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Eric Lilja
Just curious, why is such an old version of maven-dependency-plugin used in
that build?

- Eric L

On Sat, Feb 25, 2023 at 2:46 PM Elliotte Rusty Harold 
wrote:

> On Sat, Feb 25, 2023 at 11:46 AM Guillaume Nodet 
> wrote:
> >
> > Which goal are you running ?
> > I think you need to run the package phase as hinted by the error.
> >
>
>
> mvn test
>
> also
>
> mvn compile; mvn test
> mvn clean test
> mvn package; mvn test
>
> All end with the same failure. This seems to be a regression in 4.0. I
> don't see this on the 3.9.x branch.
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Elliotte Rusty Harold
On Sat, Feb 25, 2023 at 11:46 AM Guillaume Nodet  wrote:
>
> Which goal are you running ?
> I think you need to run the package phase as hinted by the error.
>


mvn test

also

mvn compile; mvn test
mvn clean test
mvn package; mvn test

All end with the same failure. This seems to be a regression in 4.0. I
don't see this on the 3.9.x branch.

-- 
Elliotte Rusty Harold
elh...@ibiblio.org

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



Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Guillaume Nodet
Which goal are you running ?
I think you need to run the package phase as hinted by the error.

Le sam. 25 févr. 2023 à 07:58, Elliotte Rusty Harold  a
écrit :

> FYI, maven core tests fail for me (Java 1.8. Maven 3.8.7) when
> building at head like so. I'm not sure what to do about this:
>
> [INFO] Unpacking
>
> /Users/elharo/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
> to /Users/elharo/maven/plexus-utils/target/classes with includes
> "**/*.class,**/*.xml" and excludes
>
> "org/codehaus/plexus/util/xml/Xpp3Dom.class,org/codehaus/plexus/util/xml/Xpp3DomBuilder.class"
> [INFO] Unpacking /Users/elharo/maven/api/maven-api-xml/target/classes
> to /Users/elharo/maven/plexus-utils/target/classes with includes
> "**/*" and excludes ""
> [INFO]
> 
> [INFO] Reactor Summary for Apache Maven 4.0.0-alpha-5-SNAPSHOT:
> [INFO]
> [INFO] Maven Dependencies BOM . SUCCESS [
> 1.726 s]
> [INFO] Apache Maven ... SUCCESS [
> 1.455 s]
> [INFO] Maven 4 API  SUCCESS [
> 0.089 s]
> [INFO] Maven 4 API Meta annotations ... SUCCESS [
> 0.382 s]
> [INFO] Maven 4 API XML  SUCCESS [
> 0.375 s]
> [INFO] Maven 4 API :: Model ... SUCCESS [
> 0.774 s]
> [INFO] Implementation of Maven API XML  SUCCESS [
> 2.186 s]
> [INFO] Maven Model  SUCCESS [
> 2.226 s]
> [INFO] Apache Maven Plexus-Utils .. FAILURE [
> 0.660 s]
> [INFO] Maven Artifact . SKIPPED
> [INFO] Maven Plugin API ... SKIPPED
> [INFO] Maven Builder Support .. SKIPPED
> [INFO] Maven Model XML Transform .. SKIPPED
> [INFO] Maven Model Builder  SKIPPED
> [INFO] Maven 4 API :: Settings  SKIPPED
> [INFO] Maven 4 API :: Toolchain ... SKIPPED
> [INFO] Maven 4 API :: Core  SKIPPED
> [INFO] Maven Settings . SKIPPED
> [INFO] Maven Settings Builder . SKIPPED
> [INFO] Maven Toolchain Model .. SKIPPED
> [INFO] Maven Toolchain Builder  SKIPPED
> [INFO] Maven Repository Metadata Model  SKIPPED
> [INFO] Maven Artifact Resolver Provider ... SKIPPED
> [INFO] Maven Core . SKIPPED
> [INFO] Maven SLF4J Wrapper  SKIPPED
> [INFO] Maven SLF4J Simple Provider  SKIPPED
> [INFO] Maven Embedder . SKIPPED
> [INFO] Maven Compat ... SKIPPED
> [INFO] Apache Maven Distribution .. SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time:  10.121 s
> [INFO] Finished at: 2023-02-25T01:50:54-05:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack
> (unpack-classes) on project plexus-utils: Artifact has not been
> packaged yet. When used on reactor artifact, unpack should be executed
> after packaging: see MDEP-98. -> [Help 1]
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 

Guillaume Nodet


Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-24 Thread Elliotte Rusty Harold
FYI, maven core tests fail for me (Java 1.8. Maven 3.8.7) when
building at head like so. I'm not sure what to do about this:

[INFO] Unpacking
/Users/elharo/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
to /Users/elharo/maven/plexus-utils/target/classes with includes
"**/*.class,**/*.xml" and excludes
"org/codehaus/plexus/util/xml/Xpp3Dom.class,org/codehaus/plexus/util/xml/Xpp3DomBuilder.class"
[INFO] Unpacking /Users/elharo/maven/api/maven-api-xml/target/classes
to /Users/elharo/maven/plexus-utils/target/classes with includes
"**/*" and excludes ""
[INFO] 
[INFO] Reactor Summary for Apache Maven 4.0.0-alpha-5-SNAPSHOT:
[INFO]
[INFO] Maven Dependencies BOM . SUCCESS [  1.726 s]
[INFO] Apache Maven ... SUCCESS [  1.455 s]
[INFO] Maven 4 API  SUCCESS [  0.089 s]
[INFO] Maven 4 API Meta annotations ... SUCCESS [  0.382 s]
[INFO] Maven 4 API XML  SUCCESS [  0.375 s]
[INFO] Maven 4 API :: Model ... SUCCESS [  0.774 s]
[INFO] Implementation of Maven API XML  SUCCESS [  2.186 s]
[INFO] Maven Model  SUCCESS [  2.226 s]
[INFO] Apache Maven Plexus-Utils .. FAILURE [  0.660 s]
[INFO] Maven Artifact . SKIPPED
[INFO] Maven Plugin API ... SKIPPED
[INFO] Maven Builder Support .. SKIPPED
[INFO] Maven Model XML Transform .. SKIPPED
[INFO] Maven Model Builder  SKIPPED
[INFO] Maven 4 API :: Settings  SKIPPED
[INFO] Maven 4 API :: Toolchain ... SKIPPED
[INFO] Maven 4 API :: Core  SKIPPED
[INFO] Maven Settings . SKIPPED
[INFO] Maven Settings Builder . SKIPPED
[INFO] Maven Toolchain Model .. SKIPPED
[INFO] Maven Toolchain Builder  SKIPPED
[INFO] Maven Repository Metadata Model  SKIPPED
[INFO] Maven Artifact Resolver Provider ... SKIPPED
[INFO] Maven Core . SKIPPED
[INFO] Maven SLF4J Wrapper  SKIPPED
[INFO] Maven SLF4J Simple Provider  SKIPPED
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  10.121 s
[INFO] Finished at: 2023-02-25T01:50:54-05:00
[INFO] 
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack
(unpack-classes) on project plexus-utils: Artifact has not been
packaged yet. When used on reactor artifact, unpack should be executed
after packaging: see MDEP-98. -> [Help 1]


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

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