You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Paul Nicolucci <pn...@us.ibm.com> on 2019/01/17 19:59:23 UTC

MyFaces 2.3.3 release issue - any help is appreciated


Hi all,

I've hit an issue that I can't get past currently for the 2.3.3 release.
Does anyone else have an idea what might be causing this?

https://myfaces.apache.org/core23/release-checklist.html

This occurs during the following command:  mvn release:prepare
-DprepareRelease=true -DdryRun=true


 Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.2.1:attached
(make_assembly_src) on project myfaces-core-assembly: Failed to create
assembly: Error creating assembly archive coresrc: posix is not a legal
value for this attribute -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2.1:attached
(make_assembly_src) on project myfaces-core-assembly: Failed to create
assembly: Error creating assembly archive coresrc: posix is not a legal
value for this attribute
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:212)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:153)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:145)
[INFO]  at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:116)
[INFO]  at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:80)
[INFO]  at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:51)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
[INFO]  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
[INFO]  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
[INFO]  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[INFO]  at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
[INFO]  at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:498)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
[INFO]  at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
create assembly: Error creating assembly archive coresrc: posix is not a
legal value for this attribute
[INFO]  at
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute
(AbstractAssemblyMojo.java:472)
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:134)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:207)
[INFO]  ... 20 more
[INFO] Caused by:
org.apache.maven.plugin.assembly.archive.ArchiveCreationException: Error
creating assembly archive coresrc: posix is not a legal value for this
attribute
[INFO]  at
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive
(DefaultAssemblyArchiver.java:196)
[INFO]  at
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute
(AbstractAssemblyMojo.java:413)
[INFO]  ... 22 more
[INFO] Caused by: org.codehaus.plexus.archiver.ArchiverException: posix is
not a legal value for this attribute
[INFO]  at org.codehaus.plexus.archiver.util.EnumeratedAttribute.setValue
(EnumeratedAttribute.java:66)
[INFO]  at
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createTarArchiver
(DefaultAssemblyArchiver.java:529)
[INFO]  at
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchiver
(DefaultAssemblyArchiver.java:305)
[INFO]  at
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive
(DefaultAssemblyArchiver.java:176)
[INFO]  ... 23 more
[INFO] [ERROR]
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
[INFO] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with
the command
[INFO] [ERROR]   mvn <goals> -rf :myfaces-core-assembly
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache MyFaces JSF-2.3 Core Project ................ SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core API .................... SKIPPED
[INFO] Apache MyFaces Shared Public API For JSF 2.3 - Core  SKIPPED
[INFO] Apache MyFaces Core For JSF 2.3 - Shared ........... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core Impl ................... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core OSGi Bundle ............ SKIPPED
[INFO] Apache MyFaces JSF-2.3 Impl Test ................... SKIPPED
[INFO] Core Assembly ...................................... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core Module ................. FAILURE [02:25
min]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:27 min
[INFO] Finished at: 2019-01-17T14:54:41-05:00
[INFO] Final Memory: 18M/266M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli)
on project myfaces-core-module: Maven execution failed, exit code: '1' ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare
(default-cli) on project myfaces-core-module: Maven execution failed, exit
code: '1'
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:145)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:116)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:80)
        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Maven execution
failed, exit code: '1'
        at
org.apache.maven.plugins.release.PrepareReleaseMojo.prepareRelease
(PrepareReleaseMojo.java:290)
        at org.apache.maven.plugins.release.PrepareReleaseMojo.execute
(PrepareReleaseMojo.java:240)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:207)
        ... 20 more
Caused by: org.apache.maven.shared.release.ReleaseExecutionException: Maven
execution failed, exit code: '1'
        at
org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute
(AbstractRunGoalsPhase.java:91)
        at
org.apache.maven.shared.release.phase.RunPrepareGoalsPhase.execute
(RunPrepareGoalsPhase.java:44)
        at
org.apache.maven.shared.release.phase.RunPrepareGoalsPhase.simulate
(RunPrepareGoalsPhase.java:57)
        at org.apache.maven.shared.release.DefaultReleaseManager.prepare
(DefaultReleaseManager.java:228)
        at org.apache.maven.shared.release.DefaultReleaseManager.prepare
(DefaultReleaseManager.java:169)
        at org.apache.maven.shared.release.DefaultReleaseManager.prepare
(DefaultReleaseManager.java:146)
        at org.apache.maven.shared.release.DefaultReleaseManager.prepare
(DefaultReleaseManager.java:107)
        at
org.apache.maven.plugins.release.PrepareReleaseMojo.prepareRelease
(PrepareReleaseMojo.java:286)
        ... 23 more
Caused by: org.apache.maven.shared.release.exec.MavenExecutorException:
Maven execution failed, exit code: '1'
        at
org.apache.maven.shared.release.exec.InvokerMavenExecutor.executeGoals
(InvokerMavenExecutor.java:433)
        at
org.apache.maven.shared.release.exec.AbstractMavenExecutor.executeGoals
(AbstractMavenExecutor.java:114)
        at
org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute
(AbstractRunGoalsPhase.java:85)
        ... 30 more


Thanks,

Paul Nicolucci

Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Thomas Andraschko <an...@gmail.com>.
done :) the integration tests from 3.x are running fine on 2.3.x now.

Am Di., 22. Jan. 2019 um 15:48 Uhr schrieb Thomas Andraschko <
andraschko.thomas@gmail.com>:

> OK!
> I will fix a bug in 2 hours, so please wait a bit for the release.
>
> Am Di., 22. Jan. 2019, 15:20 hat Paul Nicolucci <pn...@us.ibm.com>
> geschrieben:
>
>> I'll take a look at changing the version in the myfaces-core POMs.
>>
>> Thanks,
>>
>> Paul
>>
>> [image: Inactive hide details for Thomas Andraschko ---01/21/2019
>> 05:34:08 AM---IMO we could just overwrite the version in the myfaces-]Thomas
>> Andraschko ---01/21/2019 05:34:08 AM---IMO we could just overwrite the
>> version in the myfaces-core POMs, IMO we should also remove the myfa
>>
>> From: Thomas Andraschko <an...@gmail.com>
>> To: MyFaces Development <de...@myfaces.apache.org>
>> Date: 01/21/2019 05:34 AM
>> Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated
>> ------------------------------
>>
>>
>>
>> IMO we could just overwrite the version in the myfaces-core POMs,
>>
>> IMO we should also remove the myfaces-master POM from core for 3.x.
>> The benefit is so minimal (commiters and mailing list config...) and
>> always requires an additional release.
>>
>> Am Fr., 18. Jan. 2019 um 18:57 Uhr schrieb Paul Nicolucci <
>> *pnicoluc@us.ibm.com* <pn...@us.ibm.com>>:
>>
>>    Thanks for the information Dennis. From what I can see it looks like
>>    we list 2.2.1 in the myfaces master pom:
>>    *https://github.com/apache/myfaces-master-pom/blob/master/pom.xml*
>>    <https://github.com/apache/myfaces-master-pom/blob/master/pom.xml>
>>
>>    I hacked it up locally in my .m2 repo to use 2.5.4 and it worked.
>>    Eduardo tried the latest version and we got a different failure.
>>
>>    @Udo could you do a release of the master pom with this update 2.2.1
>>    -> 2.5.4? Looks like you've done the releases in the past.
>>
>>    I can then change the MyFaces core poms to point to the new master
>>    pom and should be able to move forward with the 2.3.3. release.
>>
>>    Thanks,
>>
>>    Paul
>>
>>    [image: Inactive hide details for Dennis Kieselhorst ---01/18/2019
>>    02:23:53 AM---Hi Paul, looks like an old assembly-plugin version is]Dennis
>>    Kieselhorst ---01/18/2019 02:23:53 AM---Hi Paul, looks like an old
>>    assembly-plugin version is used.
>>
>>    From: Dennis Kieselhorst <*deki@apache.org* <de...@apache.org>>
>>    To: <*dev@myfaces.apache.org* <de...@myfaces.apache.org>>
>>    Date: 01/18/2019 02:23 AM
>>    Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated
>>    ------------------------------
>>
>>
>>
>>    Hi Paul,
>>
>>    looks like an old assembly-plugin version is used.
>>
>>    This one is for the stacktrace
>>    *https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java*
>>    <https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java> and
>>    doesn't allow posix while master
>>    *https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java*
>>    <https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java> allows
>>    it.
>>
>>    Regards
>>    Dennis
>>
>>
>>
>>
>>
>>
>>
>>

Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Thomas Andraschko <an...@gmail.com>.
OK!
I will fix a bug in 2 hours, so please wait a bit for the release.

Am Di., 22. Jan. 2019, 15:20 hat Paul Nicolucci <pn...@us.ibm.com>
geschrieben:

> I'll take a look at changing the version in the myfaces-core POMs.
>
> Thanks,
>
> Paul
>
> [image: Inactive hide details for Thomas Andraschko ---01/21/2019 05:34:08
> AM---IMO we could just overwrite the version in the myfaces-]Thomas
> Andraschko ---01/21/2019 05:34:08 AM---IMO we could just overwrite the
> version in the myfaces-core POMs, IMO we should also remove the myfa
>
> From: Thomas Andraschko <an...@gmail.com>
> To: MyFaces Development <de...@myfaces.apache.org>
> Date: 01/21/2019 05:34 AM
> Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated
> ------------------------------
>
>
>
> IMO we could just overwrite the version in the myfaces-core POMs,
>
> IMO we should also remove the myfaces-master POM from core for 3.x.
> The benefit is so minimal (commiters and mailing list config...) and
> always requires an additional release.
>
> Am Fr., 18. Jan. 2019 um 18:57 Uhr schrieb Paul Nicolucci <
> *pnicoluc@us.ibm.com* <pn...@us.ibm.com>>:
>
>    Thanks for the information Dennis. From what I can see it looks like
>    we list 2.2.1 in the myfaces master pom:
>    *https://github.com/apache/myfaces-master-pom/blob/master/pom.xml*
>    <https://github.com/apache/myfaces-master-pom/blob/master/pom.xml>
>
>    I hacked it up locally in my .m2 repo to use 2.5.4 and it worked.
>    Eduardo tried the latest version and we got a different failure.
>
>    @Udo could you do a release of the master pom with this update 2.2.1
>    -> 2.5.4? Looks like you've done the releases in the past.
>
>    I can then change the MyFaces core poms to point to the new master pom
>    and should be able to move forward with the 2.3.3. release.
>
>    Thanks,
>
>    Paul
>
>    [image: Inactive hide details for Dennis Kieselhorst ---01/18/2019
>    02:23:53 AM---Hi Paul, looks like an old assembly-plugin version is]Dennis
>    Kieselhorst ---01/18/2019 02:23:53 AM---Hi Paul, looks like an old
>    assembly-plugin version is used.
>
>    From: Dennis Kieselhorst <*deki@apache.org* <de...@apache.org>>
>    To: <*dev@myfaces.apache.org* <de...@myfaces.apache.org>>
>    Date: 01/18/2019 02:23 AM
>    Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated
>    ------------------------------
>
>
>
>    Hi Paul,
>
>    looks like an old assembly-plugin version is used.
>
>    This one is for the stacktrace
>    *https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java*
>    <https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java> and
>    doesn't allow posix while master
>    *https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java*
>    <https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java> allows
>    it.
>
>    Regards
>    Dennis
>
>
>
>
>
>
>
>

Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Paul Nicolucci <pn...@us.ibm.com>.
I'll take a look at changing the version in the myfaces-core POMs.

Thanks,

Paul



From:	Thomas Andraschko <an...@gmail.com>
To:	MyFaces Development <de...@myfaces.apache.org>
Date:	01/21/2019 05:34 AM
Subject:	Re: MyFaces 2.3.3 release issue - any help is appreciated



IMO we could just overwrite the version in the myfaces-core POMs,

IMO we should also remove the myfaces-master POM from core for 3.x.
The benefit is so minimal (commiters and mailing list config...) and always
requires an additional release.

Am Fr., 18. Jan. 2019 um 18:57 Uhr schrieb Paul Nicolucci <
pnicoluc@us.ibm.com>:
  Thanks for the information Dennis. From what I can see it looks like we
  list 2.2.1 in the myfaces master pom:
  https://github.com/apache/myfaces-master-pom/blob/master/pom.xml

  I hacked it up locally in my .m2 repo to use 2.5.4 and it worked. Eduardo
  tried the latest version and we got a different failure.

  @Udo could you do a release of the master pom with this update 2.2.1 ->
  2.5.4? Looks like you've done the releases in the past.

  I can then change the MyFaces core poms to point to the new master pom
  and should be able to move forward with the 2.3.3. release.

  Thanks,

  Paul

  Inactive hide details for Dennis Kieselhorst ---01/18/2019 02:23:53
  AM---Hi Paul, looks like an old assembly-plugin version isDennis
  Kieselhorst ---01/18/2019 02:23:53 AM---Hi Paul, looks like an old
  assembly-plugin version is used.

  From: Dennis Kieselhorst <de...@apache.org>
  To: <de...@myfaces.apache.org>
  Date: 01/18/2019 02:23 AM
  Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated



  Hi Paul,

  looks like an old assembly-plugin version is used.

  This one is for the stacktrace
  https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java
   and doesn't allow posix while master
  https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java
   allows it.

  Regards
  Dennis






Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Thomas Andraschko <an...@gmail.com>.
IMO we could just overwrite the version in the myfaces-core POMs,

IMO we should also remove the myfaces-master POM from core for 3.x.
The benefit is so minimal (commiters and mailing list config...) and always
requires an additional release.

Am Fr., 18. Jan. 2019 um 18:57 Uhr schrieb Paul Nicolucci <
pnicoluc@us.ibm.com>:

> Thanks for the information Dennis. From what I can see it looks like we
> list 2.2.1 in the myfaces master pom:
> https://github.com/apache/myfaces-master-pom/blob/master/pom.xml
>
> I hacked it up locally in my .m2 repo to use 2.5.4 and it worked. Eduardo
> tried the latest version and we got a different failure.
>
> @Udo could you do a release of the master pom with this update 2.2.1 ->
> 2.5.4? Looks like you've done the releases in the past.
>
> I can then change the MyFaces core poms to point to the new master pom and
> should be able to move forward with the 2.3.3. release.
>
> Thanks,
>
> Paul
>
> [image: Inactive hide details for Dennis Kieselhorst ---01/18/2019
> 02:23:53 AM---Hi Paul, looks like an old assembly-plugin version is]Dennis
> Kieselhorst ---01/18/2019 02:23:53 AM---Hi Paul, looks like an old
> assembly-plugin version is used.
>
> From: Dennis Kieselhorst <de...@apache.org>
> To: <de...@myfaces.apache.org>
> Date: 01/18/2019 02:23 AM
> Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated
> ------------------------------
>
>
>
> Hi Paul,
>
> looks like an old assembly-plugin version is used.
>
> This one is for the stacktrace
> https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java and
> doesn't allow posix while master
> https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java allows
> it.
>
> Regards
> Dennis
>
>
>
>
>

Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Paul Nicolucci <pn...@us.ibm.com>.

Thanks for the information Dennis. From what I can see it looks like we
list 2.2.1 in the myfaces master pom:
https://github.com/apache/myfaces-master-pom/blob/master/pom.xml

I hacked it up locally in my .m2 repo to use 2.5.4 and it worked. Eduardo
tried the latest version and we got a different  failure.

@Udo could you do a release of the master pom with this update 2.2.1 ->
2.5.4? Looks like you've done the releases in the past.

I can then change the MyFaces core poms to point to the new master pom and
should be able to move forward with the 2.3.3. release.

Thanks,

Paul



From:	Dennis Kieselhorst <de...@apache.org>
To:	<de...@myfaces.apache.org>
Date:	01/18/2019 02:23 AM
Subject:	Re: MyFaces 2.3.3 release issue - any help is appreciated



Hi Paul,

looks like an old assembly-plugin version is used.

This one is for the stacktrace
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_maven-2Dassembly-2Dplugin_blob_maven-2Dassembly-2Dplugin-2D2.2.1_src_main_java_org_apache_maven_plugin_assembly_mojos_AbstractAssemblyMojo.java&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=n-2RUhyQkncKQNTGKy9UmSKIHKSZzEVYEqiy1H7hEwA&m=F8PSVPZhiZLixIx-l44y610zP_-9gt7hbMbr98X2q6g&s=w0SJSjyVTVf6A4TFzZtc_ER3CvHjzwplIF6AgDX1KJQ&e=
 and doesn't allow posix while master
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_maven-2Dassembly-2Dplugin_blob_master_src_main_java_org_apache_maven_plugins_assembly_mojos_AbstractAssemblyMojo.java&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=n-2RUhyQkncKQNTGKy9UmSKIHKSZzEVYEqiy1H7hEwA&m=F8PSVPZhiZLixIx-l44y610zP_-9gt7hbMbr98X2q6g&s=_Ip6lYEDDm8KMfWI9cCPeAUzNu3EqG_z3Is2h-MoKwc&e=
 allows it.

Regards
Dennis




Re: MyFaces 2.3.3 release issue - any help is appreciated

Posted by Dennis Kieselhorst <de...@apache.org>.
Hi Paul,

looks like an old assembly-plugin version is used.

This one is for the stacktrace https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java and doesn't allow posix while master https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java allows it.

Regards
Dennis