mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
PR: MNG-548
expose ${reactorProjects} variable git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74fdce8502
commit
bf7390cde7
@ -93,6 +93,10 @@ else if ( "session".equals( expression ) )
|
||||
{
|
||||
value = context;
|
||||
}
|
||||
else if ( "reactorProjects".equals( expression ) )
|
||||
{
|
||||
value = context.getSortedProjects();
|
||||
}
|
||||
else if ( "project".equals( expression ) )
|
||||
{
|
||||
value = project;
|
||||
|
Loading…
x
Reference in New Issue
Block a user