This is a problem where I have no idea what happened, because my code
was working fine for a long time and the only change that I can see
having anything effect is my upgrading to a newer version of the java
compiler, from 1.42_8 to 1.42_10. Here is what is happening. I have a
custom Mojo which I call like this:
<plugin>
<groupId>functions</groupId>
<artifactId>work</artifactId>
<version>1.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>distribute</goal>
</goals>
</execution>
</executions>
</plugin>
When I run this from the command line:
mvn package
I get:
[INFO] Building aaa
[INFO] task-segment: [package]
[INFO]
------------------------------------------------------------------------
----
[INFO] [site:attach-descriptor]
[INFO]
------------------------------------------------------------------------
----
However, when I run the following from the command line, everything
works.
mvn functions:work:1.0:distribute
May someone please help me understand why this is happening? Thank you.
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]