Skip to content

project not building in command line from my laptop #11

@ayshamarty

Description

@ayshamarty

When building the project in the command line it fails due to one of the plugins (it still builds within eclipse). When I comment it out it works, but this isn't an issue on the academy computers.
Here is the problematic code:

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.22.1</version>
				<configuration>
					<useSystemClassLoader>false</useSystemClassLoader>
				</configuration>
			</plugin>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions