[jira] (MDOCCK-29) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MDOCCK-29:
-

 Summary: Upgrade to Maven 2.2.1 compatiblity
 Key: MDOCCK-29
 URL: https://jira.codehaus.org/browse/MDOCCK-29
 Project: Maven Documentation Checker Plugin
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: Karl-Heinz Marbaise
Priority: Minor


Upgrade to at least Maven 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOCCK-29) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MDOCCK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise reassigned MDOCCK-29:
-

Assignee: Karl-Heinz Marbaise

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MDOCCK-29
> URL: https://jira.codehaus.org/browse/MDOCCK-29
> Project: Maven Documentation Checker Plugin
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.1
>
>
> Upgrade to at least Maven 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOCCK-29) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MDOCCK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MDOCCK-29:
--

Fix Version/s: 1.1

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MDOCCK-29
> URL: https://jira.codehaus.org/browse/MDOCCK-29
> Project: Maven Documentation Checker Plugin
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.1
>
>
> Upgrade to at least Maven 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOCCK-29) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MDOCCK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MDOCCK-29.
-

Resolution: Fixed

Fixed in [r1616927|http://svn.apache.org/r1616927].

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MDOCCK-29
> URL: https://jira.codehaus.org/browse/MDOCCK-29
> Project: Maven Documentation Checker Plugin
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.1
>
>
> Upgrade to at least Maven 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-12) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MLINKCHECK-12:
--

Fix Version/s: 1.2

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MLINKCHECK-12
> URL: https://jira.codehaus.org/browse/MLINKCHECK-12
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> protected MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> protected MavenSession session;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-12) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MLINKCHECK-12:
-

 Summary: MavenProject/MavenSession Injection as a paremeter 
instead as a component.
 Key: MLINKCHECK-12
 URL: https://jira.codehaus.org/browse/MLINKCHECK-12
 Project: Maven Linkcheck Plugin
  Issue Type: Improvement
Affects Versions: 1.2
Reporter: Karl-Heinz Marbaise
Priority: Minor


The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
protected MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
protected MavenSession session;
{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-13) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MLINKCHECK-13:
--

Fix Version/s: 1.2

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MLINKCHECK-13
> URL: https://jira.codehaus.org/browse/MLINKCHECK-13
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> Upgrade to Maven 2.2.1 minimum.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-13) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MLINKCHECK-13:
-

 Summary: Upgrade to Maven 2.2.1 compatiblity
 Key: MLINKCHECK-13
 URL: https://jira.codehaus.org/browse/MLINKCHECK-13
 Project: Maven Linkcheck Plugin
  Issue Type: Improvement
Affects Versions: 1.2
Reporter: Karl-Heinz Marbaise
Priority: Minor


Upgrade to Maven 2.2.1 minimum.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-13) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MLINKCHECK-13.
-

Resolution: Fixed
  Assignee: Karl-Heinz Marbaise

Fixed in [r1616929|http://svn.apache.org/r1616929].

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MLINKCHECK-13
> URL: https://jira.codehaus.org/browse/MLINKCHECK-13
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> Upgrade to Maven 2.2.1 minimum.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-12) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MLINKCHECK-12:
--

Description: 
The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
private MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
private MavenSession session;
{code}

The following:
{code:java}
@Component
private Settings settings;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${settings}", readonly = true, required = true )
private Settings settings;
{code}

  was:
The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
protected MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
protected MavenSession session;
{code}


> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MLINKCHECK-12
> URL: https://jira.codehaus.org/browse/MLINKCHECK-12
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-12) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MLINKCHECK-12:
--

Description: 
The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
private MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
private MavenSession session;
{code}

The following:
{code:java}
@Component
private Settings settings;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${settings}", readonly = true, required = true )
private Settings settings;
{code}

Reference: 
http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html

  was:
The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
private MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
private MavenSession session;
{code}

The following:
{code:java}
@Component
private Settings settings;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${settings}", readonly = true, required = true )
private Settings settings;
{code}


> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MLINKCHECK-12
> URL: https://jira.codehaus.org/browse/MLINKCHECK-12
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}
> Reference: 
> http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MLINKCHECK-12) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MLINKCHECK-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MLINKCHECK-12.
-

Resolution: Fixed
  Assignee: Karl-Heinz Marbaise

Fixed in [r1616930|http://svn.apache.org/r1616930].

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MLINKCHECK-12
> URL: https://jira.codehaus.org/browse/MLINKCHECK-12
> Project: Maven Linkcheck Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}
> Reference: 
> http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOAP-39) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MDOAP-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MDOAP-39:
-

Fix Version/s: 1.2

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MDOAP-39
> URL: https://jira.codehaus.org/browse/MDOAP-39
> Project: Maven DOAP Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> Upgraded to Maven 2.2.1 minimum. IT's have been uplifted as well.
> All limitations based on Maven 3.X have been removed cause IT's seemed to be 
> working with Maven 3.0.4, 3.0.5, 3.1.0, 3.1.1, 3.2.1, 3.2.2. Dependency in 
> the IT's to maven-plugin-api has been upgraded to 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOAP-39) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MDOAP-39:


 Summary: Upgrade to Maven 2.2.1 compatiblity
 Key: MDOAP-39
 URL: https://jira.codehaus.org/browse/MDOAP-39
 Project: Maven DOAP Plugin
  Issue Type: Improvement
Affects Versions: 1.2
Reporter: Karl-Heinz Marbaise
Priority: Minor


Upgraded to Maven 2.2.1 minimum. IT's have been uplifted as well.

All limitations based on Maven 3.X have been removed cause IT's seemed to be 
working with Maven 3.0.4, 3.0.5, 3.1.0, 3.1.1, 3.2.1, 3.2.2. Dependency in the 
IT's to maven-plugin-api has been upgraded to 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MDOAP-39) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MDOAP-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MDOAP-39.


Resolution: Fixed
  Assignee: Karl-Heinz Marbaise

Fixed in [r1616950|http://svn.apache.org/r1616950].

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MDOAP-39
> URL: https://jira.codehaus.org/browse/MDOAP-39
> Project: Maven DOAP Plugin
>  Issue Type: Improvement
>Affects Versions: 1.2
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 1.2
>
>
> Upgraded to Maven 2.2.1 minimum. IT's have been uplifted as well.
> All limitations based on Maven 3.X have been removed cause IT's seemed to be 
> working with Maven 3.0.4, 3.0.5, 3.1.0, 3.1.1, 3.2.1, 3.2.2. Dependency in 
> the IT's to maven-plugin-api has been upgraded to 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-316) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MWAR-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise reassigned MWAR-316:


Assignee: Karl-Heinz Marbaise

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MWAR-316
> URL: https://jira.codehaus.org/browse/MWAR-316
> Project: Maven WAR Plugin
>  Issue Type: Improvement
>Affects Versions: 2.5
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.5
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}
> Reference: 
> http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-316) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MWAR-316:


 Summary: MavenProject/MavenSession Injection as a paremeter 
instead as a component.
 Key: MWAR-316
 URL: https://jira.codehaus.org/browse/MWAR-316
 Project: Maven WAR Plugin
  Issue Type: Improvement
Affects Versions: 2.5
Reporter: Karl-Heinz Marbaise
Priority: Minor


The following:
{code:java}
@Component
protected MavenProject project;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${project}", readonly = true, required = true )
protected MavenProject project;
{code}

The following:
{code:java}
@Component
private MavenSession session;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${session}", readonly = true, required = true )
private MavenSession session;
{code}

The following:
{code:java}
@Component
private Settings settings;
{code}
has to be replaced by the following:
{code:java}
@Parameter( defaultValue = "${settings}", readonly = true, required = true )
private Settings settings;
{code}

Reference: 
http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-316) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MWAR-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MWAR-316:
-

Fix Version/s: 2.5

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MWAR-316
> URL: https://jira.codehaus.org/browse/MWAR-316
> Project: Maven WAR Plugin
>  Issue Type: Improvement
>Affects Versions: 2.5
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.5
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}
> Reference: 
> http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-316) MavenProject/MavenSession Injection as a paremeter instead as a component.

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MWAR-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MWAR-316.


Resolution: Fixed

Fixed in [r1616953|http://svn.apache.org/r1616953].

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --
>
> Key: MWAR-316
> URL: https://jira.codehaus.org/browse/MWAR-316
> Project: Maven WAR Plugin
>  Issue Type: Improvement
>Affects Versions: 2.5
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.5
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
> The following:
> {code:java}
> @Component
> private MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> private MavenSession session;
> {code}
> The following:
> {code:java}
> @Component
> private Settings settings;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${settings}", readonly = true, required = true )
> private Settings settings;
> {code}
> Reference: 
> http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-317) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MWAR-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MWAR-317:
-

Fix Version/s: 2.5

> Upgrade to Maven 2.2.1 compatiblity
> ---
>
> Key: MWAR-317
> URL: https://jira.codehaus.org/browse/MWAR-317
> Project: Maven WAR Plugin
>  Issue Type: Improvement
>Affects Versions: 2.5
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.5
>
>
> Upgrade minimum Maven version to 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MWAR-317) Upgrade to Maven 2.2.1 compatiblity

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MWAR-317:


 Summary: Upgrade to Maven 2.2.1 compatiblity
 Key: MWAR-317
 URL: https://jira.codehaus.org/browse/MWAR-317
 Project: Maven WAR Plugin
  Issue Type: Improvement
Affects Versions: 2.5
Reporter: Karl-Heinz Marbaise
Priority: Minor


Upgrade minimum Maven version to 2.2.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MEAR-191) Set prerequisites to Maven 2.2.1

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MEAR-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MEAR-191:
-

Fix Version/s: 2.10

> Set prerequisites to Maven 2.2.1
> 
>
> Key: MEAR-191
> URL: https://jira.codehaus.org/browse/MEAR-191
> Project: Maven Ear Plugin
>  Issue Type: Improvement
>Affects Versions: 2.9.1
>Reporter: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MEAR-191) Set prerequisites to Maven 2.2.1

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)
Karl-Heinz Marbaise created MEAR-191:


 Summary: Set prerequisites to Maven 2.2.1
 Key: MEAR-191
 URL: https://jira.codehaus.org/browse/MEAR-191
 Project: Maven Ear Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Karl-Heinz Marbaise
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MEAR-191) Set prerequisites to Maven 2.2.1

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MEAR-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise reassigned MEAR-191:


Assignee: Karl-Heinz Marbaise

> Set prerequisites to Maven 2.2.1
> 
>
> Key: MEAR-191
> URL: https://jira.codehaus.org/browse/MEAR-191
> Project: Maven Ear Plugin
>  Issue Type: Improvement
>Affects Versions: 2.9.1
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MEAR-191) Set prerequisites to Maven 2.2.1

2014-08-09 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MEAR-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MEAR-191.


Resolution: Fixed

Fixed in [r1616958|http://svn.apache.org/r1616958].

> Set prerequisites to Maven 2.2.1
> 
>
> Key: MEAR-191
> URL: https://jira.codehaus.org/browse/MEAR-191
> Project: Maven Ear Plugin
>  Issue Type: Improvement
>Affects Versions: 2.9.1
>Reporter: Karl-Heinz Marbaise
>Assignee: Karl-Heinz Marbaise
>Priority: Minor
> Fix For: 2.10
>
>




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)