Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 351181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:37:10+00:00 2026-05-12T11:37:10+00:00

I am writing an Adobe AIR application that needs to build in a CI

  • 0

I am writing an Adobe AIR application that needs to build in a CI using maven and nexus. I tried to follow this article which is the most up to date article from the source, but I still don’t understand these things:

  1. Are the first and second pom.xml examples in the article in the same pom.xml file?
  2. How do I get the Flex SDK dependencies on my CI?

It would be awesome if someone had a complete project setup and went through the whole thing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:37:11+00:00Added an answer on May 12, 2026 at 11:37 am

    This blog has some useful information on building Air applications with Maven 2.

    As far as your numbered questions are concerned

    Part 1: The two POMs in the tutorial are different. The first creates the swf package containing your application components. The second POM has a dependency on the swf package (note the dependency in the second POM for the artifactId Air in the first). The second POM defines processing to unpack the swf package (using the dependency plugin), then uses the exec plugin to invoke adt on the unpacked package contents.

    The process described is therefore in two parts. The first POM packages the swf files so they are available in the repository. The second POM will retrieve any packages required from the Maven repository and invoke adt to compile them. So if you have multiple Air packages, the second POM can be modified to download the extra packages and compile them.

    Part 2: Most of the dependencies you need are hosted in the Sonatype public repository, one notable exception seems to be the adt.jar. You can deploy the adt.jar to a Maven repository manager such as Nexus using the deploy plugin’s deploy-file goal.

    This would deploy the adt.jar to the repository with credentials matching the tutorial:

    mvn deploy:deploy-file -Durl=http://path/to/repository -DrepositoryId=[some.id]
        -Dfile=adt.jar -DgroupId=com.adobe.flex.compiler -DartifactId=adt
        -Dversion=3.3.0.4852 -DgeneratePom=true -DgeneratePom.description="Flex ADT"
    

    To reference the Nexus public repository, add a repository declaration to your settings.xml or pom.xml like this:

    <repositories>
      <repository>
        <id>nexus-public</id>
        <url>http://repository.sonatype.org/content/groups/public</url>
      </repository>
    </repositories>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an Adobe AIR app using plain HTML which needs to upload photos
I am writing application on ActionScript for Android using Adobe AIR with native extentions.
I'm writing application in Adobe Flash Builder 4.5 using AIR 3 SDK. I want
I am writing application for Android using Adobe AIR 3.0. And I need to
Iam writing an Application Sharing application, my company has used to choose Adobe Air
I am writing class that extends adobe air PNGEncoder, I want to use the
I am writing a php web application which needs to open pdf files in
I have such a problem. I am writing Adobe AIR application for Android device.
I'm writing an app for Android using Adobe AIR 3.0 and facebook action script
So, I'm writing a Cocoa application that needs to be able to display web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.