English 中文(简体)
• 如何在指挥线中排除ma子释放的烟花清单?
原标题:How to set exclude list in command line for maven release plugin?

我试图使用以下选择:

checkModificationExcludeList

但是,我不知道正确的yn子:

mvn -U release:prepare checkModificationExcludeList myfile.txt

没有工作。

最佳回答

当地修改检查中排除档案的校正辛税为:

mvn release:prepare -DcheckModificationExcludeList=one.txt,two.txt

确保你通过使用D的论点

关于分局的档案,我认为,你只是需要提供档案名称,而且可以 path。

问题回答

暂无回答




相关问题
How can I load a folders files into a ListView?

I d like to have a user select a folder with the FolderBrowserDialog and have the files loaded into the ListView. My intention is to make a little playlist of sorts so I have to modify a couple of ...

File Handling Issue

I am developing a tool in c#, at one instance I start writing into a xml file continuously using my tool,when i suddenly restart my machine the particular xml file gets corrupted, what is the reason ...

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Saving output of a for-loop to file

I have opened a file with blast results and printed out the hits in fasta format to the screen. The code looks like this: result_handle = open("/Users/jonbra/Desktop/my_blast.xml") from Bio.Blast ...

热门标签