[
https://issues.jboss.org/browse/AS7-4342?page=com.atlassian.jira.plugin.s...
]
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@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@perf10 ~]$ cd /tmp/jboss-as/
[rhusar@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