Hi,

I'm trying to deploy my sources to an artifactory repo but I keep getting
the following error:

The artifact x.y.z:abc:java-source:sources:1.0 was already deployed to
repository repo

even though the sources haven't really been deployed.  



I've enabled sources via the maven-source-plugin:


                        
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                                <version>2.1.2</version>
                                <executions>
                                        <execution>
                                                <id>attach-sources</id>
                                                <goals>
                                                        <goal>jar</goal>
                                                </goals>
                                        </execution>
                                </executions>
                        </plugin>

Is there anything special I need to do to deploy sources to an artifactory
repository?

Thanks
-- 
View this message in context: 
http://forums.jfrog.org/Unable-to-deploy-sources-tp5587949p5587949.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to