It seems flexmojos-maven-plugin version 3.5.0 has a bug in its attach-asdoc
goal. It does not properly honor its output configuration.
If I have the following:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>attach-asdoc</goal>
</goals>
<configuration>
<output>${project.build.directory}/${project.build.finalName}-asdoc.jar</output>
</configuration>
</execution>
</executions>
</plugin>
It will create the specified output file in the target folder but what gets
installed is the default, i.e.
${project.build.directory}/${project.build.finalName}-asdoc.zip.
-Dave
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/