[
https://issues.apache.org/jira/browse/GERONIMO-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650269#action_12650269
]
Ceki Gulcu commented on GERONIMO-4429:
--------------------------------------
Hello David,
Thank you for your response. We don't use a repo manager such as nexus. I use
the ibiblio repository. My $MAVEN_HOME/conf/settings.xml
reads
<mirror>
<id>ibiblio.org</id>
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
changing it to
<mirror>
<id>sunsite.dk</id>
<url>http://mirrors.sunsite.dk/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
does accelerate things a little, but still a very large number of dependencies
are being downloaded. The samples were obtained via Subversion from
http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples
In any case, you are right that I have not inquired on the mailing list before
filing a jira issue, as proper etiquette requires. My apologies.
> mytime sample application's pom.xml file is too complex
> --------------------------------------------------------
>
> Key: GERONIMO-4429
> URL: https://issues.apache.org/jira/browse/GERONIMO-4429
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: sample apps
> Reporter: Ceki Gulcu
>
> Hello,
> I have downloaded the mytime sample application. In my opinion, it takes a
> very long time to build.
> In fact,
> org.apache.geronimo.samples:mytime depends on
> org.apache.geronimo.samples:samples:2.12 .pom which in turn depends on
> org.apache.geronimo.samples:samples-parent-2.1.2 pom which in turn depends on
> org.apache.geronimo.genesis.config:project-config:1.4:pom which in turn
> depends on
> org.apache.geronimo.genesis.config:config:1.4:pom which in turn depends on
> org.apache.geronimo.genesis:genesis:1.4:pom etc...
> As mentioned earlier, obtaining all the dependencies takes over two hours, at
> least on my machine. Would it be possible to simplify the pom dependencies.
> For example, by including zero or at most one pom file transitively? Such
> simplification would have a pedagogical value as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.