Note that there are some explanatory texts on larger screens.

plurals
  1. POflex 4.6 pom file depency is not resolving
    primarykey
    data
    text
    <p>I am trying to convert flex 4.6 project into maven Following is my pom.xml</p> <pre><code> &lt;build&gt; &lt;sourceDirectory&gt;src&lt;/sourceDirectory&gt; &lt;plugins&gt; &lt;plugin&gt; &lt;groupId&gt;org.sonatype.flexmojos&lt;/groupId&gt; &lt;artifactId&gt;flexmojos-maven-plugin&lt;/artifactId&gt; &lt;version&gt;4.0-RC2&lt;/version&gt; &lt;extensions&gt;true&lt;/extensions&gt; &lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.adobe.flex&lt;/groupId&gt; &lt;artifactId&gt;compiler&lt;/artifactId&gt; &lt;version&gt;4.6.0.23201&lt;/version&gt; &lt;type&gt;pom&lt;/type&gt; &lt;/dependency&gt; &lt;/dependencies&gt; &lt;executions&gt; &lt;execution&gt; &lt;goals&gt; &lt;goal&gt;wrapper&lt;/goal&gt; &lt;/goals&gt; &lt;configuration&gt; &lt;parameters&gt; &lt;swf&gt;${build.finalName}&lt;/swf&gt; &lt;width&gt;100%&lt;/width&gt; &lt;height&gt;100%&lt;/height&gt; &lt;/parameters&gt; &lt;/configuration&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;/plugin&gt; &lt;/plugins&gt; &lt;/build&gt; &lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.adobe.flex.framework&lt;/groupId&gt; &lt;artifactId&gt;flex-framework&lt;/artifactId&gt; &lt;version&gt;4.6.0.23201&lt;/version&gt; &lt;type&gt;pom&lt;/type&gt; &lt;/dependency&gt; &lt;/dependencies&gt; &lt;repositories&gt; &lt;repository&gt; &lt;id&gt;flexmojos&lt;/id&gt; &lt;url&gt;http://repository.sonatype.org/content/groups/flexgroup/&lt;/url&gt; &lt;/repository&gt; &lt;/repositories&gt; </code></pre> <p>Error I am getting is As follows:</p> <blockquote> <p>[ERROR] The project com.adobe:gDash-main-maven:1.0-SNAPSHOT (C:\\pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin com.adobe.flex.compiler:batik- all-flex:4.6.0.23201 or one of its dependencies could not be resolved: The follo wing artifacts could not be resolved: com.adobe.flex.compiler:batik-all-flex:jar :4.6.0.23201, com.adobe.flex:compiler:pom:4.6.0.23201: Could not find artifact c om.adobe.flex.compiler:batik-all-flex:jar:4.6.0.23201 in central (<a href="http://repo.ma">http://repo.ma</a> ven.apache.org/maven2) -> [Help 2] org.apache.maven.plugin.PluginResolutionException: Plugin com.adobe.flex.compile r:batik-all-flex:4.6.0.23201 or one of its dependencies could not be resolved: T he following artifacts could not be resolved: com.adobe.flex.compiler:batik-all- flex:jar:4.6.0.23201, com.adobe.flex:compiler:pom:4.6.0.23201: Could not find ar tifact com.adobe.flex.compiler:batik-all-flex:jar:4.6.0.23201 in central (http:/ /repo.maven.apache.org/maven2)</p> </blockquote> <p>I know its lenghty but help is appreciated. Since I have tried many combinations.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload