Now I got curious....
What is up with flexmojos?

VELO

On Wed, Sep 16, 2009 at 6:31 AM, Wim Deblauwe <[email protected]>wrote:

> It seems the problem was not related to assembly, but to flex mojos. Thank
> you for your help.
>
> regards,
>
> Wim
>
> 2009/9/16 Aleksey Didik <[email protected]>
>
> > Hi,
> > because you use _aseembly:single_ instead of _assembly:assembly_.
> >
> > Documentation of maven-assembly-plugin, goal single :
> >
> >  Assemble an application bundle or distribution from an assembly
> >>> descriptor. This goal is suitable either for binding to the lifecycle
> or
> >>> calling directly from the command line (provided all >> required files
> are
> >>> available before the build starts, or are produced by another goal
> specified
> >>> before this one on the command line).
> >>>
> >>
> >
> > Change _<goal>single</goal>_ to  _<goal>assembly</goal>_ and try again.
> >
> >
> >
> > Best regards,
> >
> > Aleksey Didik
> >
> >
> >
> >
> > Wim Deblauwe ?????:
> >
> >  Hi,
> >>
> >> I have a maven project with 'swf' packaging. I also have the assembly
> >> plugin
> >> configured as follows:
> >>
> >>  <plugin>
> >>  <groupId>org.apache.maven.plugins</groupId>
> >>  <artifactId>maven-assembly-plugin</artifactId>
> >>   <executions>
> >>         <execution>
> >>           <id>assembly</id>
> >>           <goals>
> >>                  <goal>single</goal>
> >>           </goals>
> >>           <phase>package</phase>
> >>           <configuration>
> >>                <descriptors>
> >>
> >> <descriptor>src/main/assembly/descriptor.xml</descriptor>
> >>                </descriptors>
> >>            </configuration>
> >>           </execution>
> >>     </executions>
> >>  </plugin>
> >>
> >> When I do a 'mvn clean install', the swf is not generated and I see the
> >> following info message:
> >>
> >> [INFO] [install:install {execution: default-install}]
> >> [INFO] No primary artifact to install, installing attached artifacts
> >> instead.
> >>
> >> Why is my swf no longer being installed?
> >>
> >> regards,
> >>
> >> Wim
> >>
> >>
> >>
> >
>

Reply via email to