Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop request-artifact.py script #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ inst_exec target/xmvn-builddep "${bindir}"
link "${bindir}/abs2rel" "${javadir}-utils/abs2rel.sh"

inst_data java-utils/pom_editor.py "${javadir}-utils"
inst_data java-utils/request-artifact.py "${javadir}-utils"
inst_data java-utils/builddep.py "${javadir}-utils"
inst_data java-utils/mvn_alias.py "${javadir}-utils"
inst_data java-utils/mvn_artifact.py "${javadir}-utils"
Expand Down
7 changes: 0 additions & 7 deletions java-utils/mvn_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
from javapackages.maven.artifact import Artifact
from javapackages.xmvn.xmvn_config import XMvnConfig
from javapackages.common.util import command_exists
from javapackages.common.mock import socket_path as mock_socket


def goal_callback(option, opt_str, value, parser):
Expand Down Expand Up @@ -140,12 +139,6 @@ def goal_callback(option, opt_str, value, parser):
else:
base_goal = "package"

if mock_socket and os.path.exists(mock_socket):
interpreter = sys.executable
java_utils = os.path.dirname(os.path.abspath(__file__))
cmd = "%s %s/request-artifact.py" % (interpreter, java_utils)
mvn_args.append("-Dxmvn.resolver.requestArtifactCmd='%s'" % cmd)

mvn_args.extend(args)

if options.goal_before:
Expand Down
54 changes: 0 additions & 54 deletions java-utils/request-artifact.py

This file was deleted.

75 changes: 0 additions & 75 deletions python/javapackages/common/mock.py

This file was deleted.

95 changes: 0 additions & 95 deletions test/pm_request_test.py

This file was deleted.

Loading