Hi ,
I am getting an ArtifactTransferException after creating POM.xml file. Snapshot attached
Also attaching the stack trace
MavenError.txtCan anyone help me out with this issue.
also attaching pom.xml
pom.xmlAlso, could you tell me what does source and target fields specify and how to set their values.
e.g.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>