On Tuesday 11 November 2008 Matthias Wessendorf wrote:
> However, for some reason the plugin isn't able to build all the
> required things... (not expected ;-) )
>
>     Missing:
>         ----------
>         1) org.apache.myfaces.trinidad:trinidad-api:test-jar:tests:1.2.10
>
>       Try downloading the file manually from the project website.

Try to configure your release plugin like this:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <autoVersionSubmodules>true</autoVersionSubmodules>
          <preparationGoals>clean install</preparationGoals>
        </configuration>
      </plugin>

hth,
- martin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to