Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9284

git wildfly build.bat pointing to none existent maven script

    XMLWordPrintable

Details

    Description

      Trying to build the current wildfly master by calling upon build.bat has failed due to missing mvn.cmd file.

      In order to be able to trigger the build process, the build.bat script had to be corrected on the following line:

      set DIRNAME=%~p0
      set MVN=%DIRNAME%\mvnw.cmd

      The script that is found on my current wildfly\ directory is called:
      mvnw.cmd and not mvn.cmd

      I would also suggest that in some documentation people are recommended to tune their maven settings and add in the repository:

      <repository>
      					<id>jboss-public</id>
      					<url>https://repository.jboss.org/nexus/content/groups/public/</url>
      					<releases>
      						<enabled>true</enabled>
      					</releases>
      					<snapshots>
      						<enabled>true</enabled>
      					</snapshots>
      				</repository>	
      

      Many thanks.

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            nuno.godinhomatos NUNO GODINHO DE MATOS (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: