logic: fixed Maven setup not working for project without sub-modules

This commit is contained in:
mlangkabel
2018-01-08 16:38:31 +01:00
parent 5bd37772fe
commit 978cf4f4ed
14 changed files with 429 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ namespace utility
size_t startLine = 0;
for (size_t i = 1; i <= outputAccess->getLineCount(); i++)
{
if (utility::isPrefix("<?xml", utility::trim(outputAccess->getLine(i))))
if (utility::isPrefix("<", utility::trim(outputAccess->getLine(i))))
{
startLine = i;
break;