You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Morgovsky, Alexander (US - Glen Mills)" <am...@deloitte.com> on 2007/03/18 17:00:52 UTC

Mojo Execution Issue

When I try to run my custom plugin xyz from the pom.xml which defines
it, I get the following error.  Could someone help me please?  If so,
please let me know what this error means.  Thank you.

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'xyz'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: set:item
POM Location: Artifact [set:item:pom:0.0.2]

Reason: The POM expression: ${custom_version} could not be evaluated.
Reason:
set:item:maven-plugin:0.0.2 references itself
.


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sun Mar 18 09:59:14 CST 2007
[INFO] Final Memory: 1M/3M
[INFO]
------------------------------------------------------------------------ 


This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]

Re: Mojo Execution Issue

Posted by Wayne Fay <wa...@gmail.com>.
Try mvn -X and see the full stack trace. Usually it helps identify problems.

Wayne

On 3/18/07, Morgovsky, Alexander (US - Glen Mills)
<am...@deloitte.com> wrote:
> When I try to run my custom plugin xyz from the pom.xml which defines
> it, I get the following error.  Could someone help me please?  If so,
> please let me know what this error means.  Thank you.
>
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'xyz'.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: set:item
> POM Location: Artifact [set:item:pom:0.0.2]
>
> Reason: The POM expression: ${custom_version} could not be evaluated.
> Reason:
> set:item:maven-plugin:0.0.2 references itself
> .
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sun Mar 18 09:59:14 CST 2007
> [INFO] Final Memory: 1M/3M
> [INFO]
> ------------------------------------------------------------------------
>
>
> This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org