Deploy source code to maven repo when doing a build
---------------------------------------------------
Key: CXF-1138
URL: https://issues.apache.org/jira/browse/CXF-1138
Project: CXF
Issue Type: Improvement
Components: Build system
Reporter: Christian Schneider
Fix For: 2.0.3
The public repository does not seem to contain the sources for cxf. When I
started with cxf I built my project with maven but I could not debug into cxf
as the sources where missing. What I did to solve the problem for me was simply
to load the sources and do the maven build with:
mvn -Pfastinstall source:jar install
instead:
mvn -Pfastinstall
Deploying the build in this way would enable a novice user to start with a
sample project and still be able to look into the code without any special
effort.
So could you perhaps simply change the standard build procedure to include the
sources?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.