I'm trying to do a build from source for the Mac installer. I checked out subsonic-main, subsonic-booter, and subsonic-installer-mac into my project folder. I modified the root level POM, adding subsonic-booter and subsonic-installer-mac to the modules.
When I do mvn install, the first two modules build successfully, but subsonic-installer-mac fails. Judging from the debug output (pasted below) it looks like it can't find the pom for jarbuilder. But it seems to be where it's supposed to be, in the repo folder at the root level of my project. I find it there at repo/net/sourceforge/jarbundler/jarbundler/2.1.0/jarbundler-2.1.0.pom
Here's the debug output
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] net.sourceforge.subsonic:subsonic-installer-mac:pom:4.5.beta1
[DEBUG] net.sourceforge.subsonic:subsonic-main:war:4.5.beta1:compile
[DEBUG] net.sourceforge.subsonic:subsonic-booter:jar:4.5.beta1:compile
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.5:compile
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.5:compile
[DEBUG] org.mortbay.jetty:servlet-api-2.5:jar:6.1.5:compile
[DEBUG] org.mortbay.jetty:jetty-embedded:jar:6.1.5:runtime
[DEBUG] org.mortbay.jetty:jsp-2.0:pom:6.1.5:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.3.1:runtime
[DEBUG] org.slf4j:slf4j-simple:jar:1.3.1:runtime
[DEBUG] tomcat:jasper-compiler-jdt:jar:5.5.15:runtime
[DEBUG] org.eclipse.jdt:core:jar:3.1.1:runtime
[DEBUG] org.slf4j:jcl104-over-slf4j:jar:1.3.1:runtime
[DEBUG] xerces:xmlParserAPIs:jar:2.6.2:runtime
[DEBUG] commons-el:commons-el:jar:1.0:runtime
[DEBUG] xerces:xercesImpl:jar:2.6.2:runtime
[DEBUG] tomcat:jasper-compiler:jar:5.5.15:runtime
[DEBUG] org.mortbay.jetty:jsp-api-2.0:jar:6.1.5:runtime
[DEBUG] ant:ant:jar:1.6.5:runtime
[DEBUG] tomcat:jasper-runtime:jar:5.5.15:runtime
[DEBUG] com.jgoodies:looks:jar:2.1.4:compile
[DEBUG] com.jgoodies:forms:jar:1.1.0:compile
[DEBUG] org.springframework:spring:jar:2.5.6:compile
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG] commons-io:commons-io:jar:1.3.1:compile
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (default) @ subsonic-installer-mac ---
[WARNING] The POM for net.sourceforge.jarbundler:jarbundler:jar:2.1.0 is missing, no dependency information available
[DEBUG] org.apache.maven.plugins:maven-antrun-plugin:jar:1.6:
[DEBUG] net.sourceforge.jarbundler:jarbundler:jar:2.1.0:runtime
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.11:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.11:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.ant:ant-nodeps:jar:1.8.1:compile
[DEBUG] org.apache.ant:ant:jar:1.8.1:compile
[DEBUG] org.apache.ant:ant-launcher:jar:1.8.1:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Subsonic .......................................... SUCCESS [1.253s]
[INFO] Subsonic Main ..................................... SUCCESS [15.215s]
[INFO] Subsonic Booter ................................... SUCCESS [6.202s]
[INFO] Subsonic Installer for Mac ........................ FAILURE [0.036s]
[INFO] ------------------------------------------------------------------------
