[JBoss JIRA] (FORGE-1663) Create a multi-project release addon
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1663:
--------------------------------------
Summary: Create a multi-project release addon
Key: FORGE-1663
URL: https://issues.jboss.org/browse/FORGE-1663
Project: Forge
Issue Type: Task
Components: Addon Development
Affects Versions: 2.1.1.Final
Reporter: George Gastaldi
Fix For: 2.x Future
The idea is to can collect locations of projects to be released, and edit all the poms with required version changes. The Git addon could be needed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1661) project-add-dependency ignore new scope
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1661?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1661:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.1.2.Final
(was: 2.x Future)
Resolution: Done
Thanks
> project-add-dependency ignore new scope
> ---------------------------------------
>
> Key: FORGE-1661
> URL: https://issues.jboss.org/browse/FORGE-1661
> Project: Forge
> Issue Type: Bug
> Components: Projects
> Affects Versions: 2.1.1.Final
> Reporter: Aslak Knutsen
> Assignee: Aslak Knutsen
> Fix For: 2.1.2.Final
>
>
> When you have a bom defined in depmgm that include the dep you're trying to add as a direct dependency, you will get the question: This is a managed resource, would you like to include this version?
> When you attempt to add a reference to a managed dependency in a given scope, the new scope is ignored if you say yes to not override the managed version.
> Take Arquillian as an example, arquillian-bom is defined in depmgm.
> project-add-dependencies org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain::test:pom
> Do you like to use managed version? Y
> Results in:
> org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:::pom
> Resolver is now in Compile scope. Wanted Test scope.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (FORGE-1661) project-add-dependency ignore new scope
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-1661?page=com.atlassian.jira.plugin... ]
Aslak Knutsen updated FORGE-1661:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/forge/core/pull/403
> project-add-dependency ignore new scope
> ---------------------------------------
>
> Key: FORGE-1661
> URL: https://issues.jboss.org/browse/FORGE-1661
> Project: Forge
> Issue Type: Bug
> Components: Projects
> Affects Versions: 2.1.1.Final
> Reporter: Aslak Knutsen
> Assignee: Aslak Knutsen
> Fix For: 2.x Future
>
>
> When you have a bom defined in depmgm that include the dep you're trying to add as a direct dependency, you will get the question: This is a managed resource, would you like to include this version?
> When you attempt to add a reference to a managed dependency in a given scope, the new scope is ignored if you say yes to not override the managed version.
> Take Arquillian as an example, arquillian-bom is defined in depmgm.
> project-add-dependencies org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain::test:pom
> Do you like to use managed version? Y
> Results in:
> org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:::pom
> Resolver is now in Compile scope. Wanted Test scope.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (FORGE-1461) "project-new" command fails while a ResourceTransaction is active
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1461?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1461:
-------------------------------------------
Nice job on this one!
> "project-new" command fails while a ResourceTransaction is active
> -----------------------------------------------------------------
>
> Key: FORGE-1461
> URL: https://issues.jboss.org/browse/FORGE-1461
> Project: Forge
> Issue Type: Feature Request
> Components: Builtin Plugins, Resources
> Affects Versions: 2.0.0.CR1
> Reporter: Lincoln Baxter III
> Assignee: George Gastaldi
> Priority: Critical
> Fix For: 2.1.2.Final
>
>
> {code}[Desktop]$ transaction-start
> ***SUCCESS*** Resource Transaction started
> [Desktop]$ project-new
> --named --topLevelPackage --targetLocation --version
> --finalName --buildSystem --type
> [Desktop]$ project-new --named example
> ***SUCCESS*** Project named 'example' has been created.
> Exception when parsing/running: project-new --named example, Current working directory must be a directory
> [Desktop]$
> [Desktop]$
> [Desktop]$ ls
> pom.xml src
> [Desktop]$ cd ..
> [Desktop]$ ls
> example
> [Desktop]$ transaction-commit
> [Desktop]$
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month