problems with deploy on linux
-----------------------------

                 Key: MNBMODULE-25
                 URL: http://jira.codehaus.org/browse/MNBMODULE-25
             Project: Maven 2.x Netbeans Module Plugin
          Issue Type: Bug
    Affects Versions: 2.7
         Environment: Fedora Core 6, Maven 2.0.8, JDK 1.6.0
            Reporter: Johan Andrén
            Assignee: Milos Kleint
         Attachments: error.log

We have a tree of netbeans modules some of which have dependencies on other 
modules in the tree something like this:

suite
+ core
+ - server
+ - util
+ - program-menu
+ admin
+ - users

where the modules 'program-menu' and 'user' both depend on 'server' and 'util'

I stumbled upon this problem when i was setting up our ci-server which runs on 
fedora. When running "mvn install" the build works fine, all modules are built 
in the correct order and are installed in the user repository.

The problem appears when we run "mvn deploy" on the fedora machine to deploy 
all artifacts to our intranet repository. The reactor summary is the same as on 
"install" so the 'server-access' project is built first and then deployed to 
the server. Next the 'program-menu' is built but the build fails claiming that 
the dependency 'server-access:jar' cannot be resolved.

In the maven output we can see that both the .jar and the .nbm artefacts are 
deployed, we have also verified that the artifacts are indeed in the repository.

When we try to verify the problem by running "mvn deploy" on an OSX workstation 
we have discovered that the problem does not exist. 

The build output with debug flag enabled is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to