Your problem is the extra ">" character in your dependency nodes:

>                                                <version>>4.1.0.16076</version>
>
>                                                <version>>4.1.0.16076</version>

You should have been able to figure this out from the error log:

> [ERROR]
> 'build.plugins.plugin[org.sonatype.flexmojos:flexmojos-maven-plugin].dependencies.dependency.version'
> for com.adobe.flex:compiler:pom must not contain any of these characters
> \/:"<>|?* but fou
> nd > @ line 49, column 16
> [ERROR]
> 'build.plugins.plugin[org.sonatype.flexmojos:flexmojos-maven-plugin].dependencies.dependency.version'
> for com.adobe.flex.compiler:asdoc:zip:template must not contain any of these
> characters \/
> :"<>|?* but found > @ line 56, column 16

It says very clearly "...version for {artifact} must not contain
characters... but found >".

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to