Top "Artifact" questions

Artifact term is used in software development which implies a part or final software solution deployed on execution environments

Missing artifact com.oracle:ojdbc6:jar:11.2.0 in pom.xml

I am using Eclipse Luna and working on a maven project. When I add the entry for ojdbc jar in …

java maven pom.xml ojdbc artifact
What does the parent tag in Maven pom represent?

E.g.: <parent> <groupId>mycompany.trade.com</groupId> <artifactId>mycompany.trade.</…

maven directory pom.xml artifact parent-pom
Publish Java artifact to Maven Local with Gradle

I am facing a problem when trying to install a generated jar into my local Maven Repository. The message error …

maven gradle publish artifact
Missing artifact com.sun:tools:jar:1.5.0 maven

I am using maven in my web project this is how my pom.xml looks I use eclipse juno,with …

maven artifact
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:mav

Earlier today i was just doing some work on a maven project i just imported in and i was having …

mapping metadata artifact
How to upload an artifact to Artifactory / consume it in a build system (Gradle Maven Ant) where the artifact does not have an extension

I have the following files which I would like to upload to Artifactory as a 9.8.0 versioned artifact. NOTE: The first …

file upload gradle artifactory artifact
How do Teamcity artifact paths work?

Can anyone give me an example of what the Artifact paths setting defined for a build configuration could look like …

visual-studio teamcity artifact
Copy an artifact from jenkins to another server with new name

I have a few jobs that automatically build a java app. I would like it to automatically push it to …

java copy continuous-integration jenkins artifact
How do I install a test-jar in maven?

I have a test-jar which I would like to install. I am not sure if there is a different way …

maven jar artifact
Is there any Jenkins API to get artifacts name and download it?

I want to ask, If I use jenkins. How can I get all artifacts list and download it, but not …

api jenkins download artifact jenkins-api