[jboss-jira] [JBoss JIRA] (AS7-4342) AS7 should be able to build out of box
Radoslav Husar (JIRA)
jira-events at lists.jboss.org
Fri Mar 30 12:39:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680700#comment-12680700 ]
Radoslav Husar commented on AS7-4342:
-------------------------------------
I now I see the Maven issue, its silly :-) The search path is taken from PWD instead of script location:
{noformat}
[rhusar at perf10 ~]$ /tmp/jboss-as/build.sh install -Dskip-download-sources -U -B -Dmaven.test.skip=true
build.sh: Could not locate Maven; check $MVN or $MAVEN_HOME.
[rhusar at perf10 ~]$ cd /tmp/jboss-as/
[rhusar at perf10 jboss-as]$ ./build.sh install -Dskip-download-sources -U -B -Dmaven.test.skip=true
/tmp/jboss-as/tools/maven/bin/mvn -s tools/maven/conf/settings.xml install -Dts.smoke -Dskip-download-sources -U -B -Dmaven.test.skip=true
...
{noformat}
> AS7 should be able to build out of box
> --------------------------------------
>
> Key: AS7-4342
> URL: https://issues.jboss.org/browse/AS7-4342
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Build System
> Affects Versions: 7.0.0.Final, 7.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Paul Gier
> Fix For: Open To Community
>
>
> It doesnt since you need https://community.jboss.org/wiki/MavenGettingStarted-Developers. Why not just use the correct settings.xml by default?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list