After much pounding my head against the keyboard, I've made significant
progress. I am unsure about satisfying one particular dependency though
because I am unclear on why it's there...

<code>
    <profiles>
        <profile>
            <id>default-tools.jar</id>
            <activation>
                <property>
                    <name>java.vendor</name>
                    <value>Sun Microsystems Inc.</value>
                </property>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>com.sun</groupId>
                    <artifactId>tools</artifactId>
                    <version>1.5.0_15</version>
                    <!--version>1.5.0_06</version-->
                    <scope>system</scope>
                    <systemPath>${javadir}/lib/tools.jar</systemPath>
                </dependency>
            </dependencies>
        </profile>
    </profiles>
</code>

Any help would be greatly appreciated!


daniel.green wrote:
> 
> Currently at work we're using maven2 for a project. Unfortunately, they're
> hosting /all/ of the dependencies in our source repository. I would like
> to help change that. I've started by going through and removing all the
> scope&systemPath stuff so maven looks in the repositories for a remote
> copy. I've gone through and eliminated /some/ of the unresolved
> dependencies, but am having trouble with the remaining. The thing that's
> bothering me is some of the results look like they should be included in
> the repositories I'm pulling from. You people would now best. 
> 
> from the specified remote repositories:
>   Maven Plugin Repository
> (http://struts2plugin-maven-repo.googlecode.com/svn/trunk/),
>   jboss (http://repository.jboss.com/maven2),
>   central (http://repo1.maven.org/maven2)
> 
> ...
> 
> 
> 1) com.sun:tools:jar:1.5.0_15
> 2) org.aspectj.tools:aspectjrt:jar:1.5.4
> 3) org.apache.activemq:activeio-core:jar:3.1-SNAPSHOT
> 4) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT
> 5) javax.servlet:servlet-api:jar:2.0
> 6) common-binaries:junit:jar:1
> 7) common-binaries:junitee:jar:1
> 8) common-binaries:hibernate-annotations:jar:1
> 9) common-binaries:hibernate3:jar:1
> 10) common-binaries:ejb3-persistence:jar:1
> 11) common-binaries:hibernate-entitymanager:jar:1
> 12) common-binaries:javassist:jar:1
> 13) common-binaries:hibernate-search:jar:1
> 14) common-binaries:lucene-core:jar:1
> 15) common-binaries:hibernate-validator:jar:1
> 16) common-binaries:ws-commons-util:jar:1
> 17) common-binaries:xmlrpc-client:jar:1
> 18) common-binaries:xmlrpc-common:jar:1
> 19) common-binaries:velocity:jar:1.5
> 20) common-binaries:freemarker:jar:1
> 21) common-binaries:struts2-dojo-plugin:jar:2.1.2
> 22) common-binaries:struts2-portlet-plugin:jar:2.1.2
> 23) common-binaries:struts2-spring-plugin:jar:1
> 24) common-binaries:struts2-tabletags:jar:2.1.2
> 25) common-binaries:aspectjrt:jar:1
> 26) common-binaries:aspectweaver:jar:1
> 27) common-binaries:sojo:jar:1
> 28) common-binaries:org-json:jar:1
> 29) common-binaries:jsontools-core:jar:1
> 30) common-binaries:ifxjdbc:jar:1
> 31) common-binaries:commons-lang:jar:1
> 32) common-binaries:commons-fileupload:jar:1
> 33) common-binaries:commons-configuration:jar:1
> 34) common-binaries:commons-collections:jar:1
> 35) common-binaries:commons-beanutils:jar:1
> 36) common-binaries:commons-dbcp:jar:1
> 37) common-binaries:commons-pool:jar:1
> 38) common-binaries:log4j:jar:1
> 39) common-binaries:activemq-core:jar:1
> 40) org.apache.commons:logging:jar:1.1.0
> 41) org.apache.commons:codec:jar:1.3
> 42) org.jboss:jboss-cache-jdk50:jar:1.4.1
> 43) org.jboss:jboss-jmx:jar:4.2.2
> 44) org.jboss:jboss-mail:jar:1.4
> 45) org.jboss:jboss-jmx-adaptor-plugin:jar:4.2.2
> 46) org.jboss:jboss-system:jar:4.2.2
> 47) org.jboss:commons-httpclient:jar:3.0.1
> 48) org.jboss:antlr:jar:4.2.2
> 49) common-binaries:doxia-converter:jar:1.1
> 50) common-binaries:doxia-core:jar:1.1
> 51) common-binaries:doxia-logging-api:jar:1.1
> 52) common-binaries:doxia-module-apt:jar:1.1
> 53) common-binaries:doxia-module-xhtml:jar:1.1
> 54) common-binaries:doxia-sink-api:jar:1.1
> 55) common-binaries:plexus-classworlds:jar:1.5.7
> 56) common-binaries:plexus-container-default:jar:1.5.7
> 57) common-binaries:plexus-utils:jar:1.5.7
> 
> Any pointers in the right direction would be fantastic. Some of the
> versions of the dependencies are kinda old, but at this stage of the game
> there's nothing I can do about it. Any help will be appreciated!
> 
> I am primarily worried about the ones that seem like they should be in the
> repositories listed. For example the jboss stuff.
> 
> With foremost thanks,
> Daniel.
> 

-- 
View this message in context: 
http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p23623979.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to